Html Css Color HEX #A58FE7 Biloba Flower

📋 copy color: '#A58FE7'

red 165 ◦ green 143 ◦ blue 231

#A58FE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A58FE7

Tints of Biloba Flower #A58FE7

RGB

 RED value IS 165 (64.84% from 255) = 30.61%

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 30.61%
G = 26.53%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A58FE7 (or 0xA58FE7) is known color: Biloba Flower. HEX triplet: A5, 8F and E7. RGB value is (165,143,231). Sum of RGB (Red+Green+Blue) = 165+143+231=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #A58FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FE7 is #5A7018. Grayscale: #9F9F9F. Windows color (decimal): -5926937 or 15175589. OLE color: 15175589.

HSL color Cylindrical-coordinate representation of color #A58FE7: hue angle of 255º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58FE7 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 143 231 -
CMYK 0.29 0.38 0 0.09
HSL 255º 0.65% 0.73% -
HSV(B) 255º 0.38% 0.91% -
XYZ 39.76 33.41 79.96 -
YUV 159.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 165 143 231 0.29 0.38 0 0.09 255 0.65 0.73
Hex A5 8F E7 1D 26 0 9 FF 41 49
Octal 245 217 347 35 46 0 11 377 101 111
Binary 10100101 10001111 11100111 11101 100110 0 1001 11111111 1000001 1001001

Color Harmonies of #A58FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FE7

Black with #A58FE7

Text Example


Text Example

White with #A58FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FE7; }

 p { color: rgb(165,143,231); }

 H1.HeaderClassName
 {
   color: #A58FE7;
 }
 .AnyTagClassName
 {
   color: #A58FE7;
 }
</style>

background-color css

<style>
 a { background-color: #A58FE7; }

 a { background-color: rgb(165,143,231); }

 div.DivClassName
 {
   background-color: #A58FE7;
 }
 .BgClassName
 {
   background-color: #A58FE7;
 }
</style>

border-color css

<style>
 span { border-color: #A58FE7; }

 span { border-color: rgb(165,143,231); }

 td.TdClassName
 {
   border-color: #A58FE7;
 }
 .TagClassName
 {
   border-color: #A58FE7;
 }
</style>