Html Css Color HEX #A88CE9 Biloba Flower

📋 copy color: '#A88CE9'

red 168 ◦ green 140 ◦ blue 233

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

Shades of Biloba Flower #A88CE9

Tints of Biloba Flower #A88CE9

RGB

 RED value IS 168 (66.02% from 255) = 31.05%

 GREEN value IS 140 (55.08% from 255) = 25.88%

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 31.05%
G = 25.88%
B = 43.07%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A88CE9 (or 0xA88CE9) is known color: Biloba Flower. HEX triplet: A8, 8C and E9. RGB value is (168,140,233). Sum of RGB (Red+Green+Blue) = 168+140+233=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #A88CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CE9 is #577316. Grayscale: #9E9E9E. Windows color (decimal): -5731095 or 15305896. OLE color: 15305896.

HSL color Cylindrical-coordinate representation of color #A88CE9: hue angle of 258.06º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88CE9 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 140 233 -
CMYK 0.28 0.40 0 0.09
HSL 258.06º 0.68% 0.73% -
HSV(B) 258.06º 0.4% 0.91% -
XYZ 40.23 32.96 81.33 -
YUV 158.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 168 140 233 0.28 0.40 0 0.09 258.06 0.68 0.73
Hex A8 8C E9 1C 28 0 9 102 44 49
Octal 250 214 351 34 50 0 11 402 104 111
Binary 10101000 10001100 11101001 11100 101000 0 1001 100000010 1000100 1001001

Color Harmonies of #A88CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CE9

Black with #A88CE9

Text Example


Text Example

White with #A88CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CE9; }

 p { color: rgb(168,140,233); }

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

background-color css

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

 a { background-color: rgb(168,140,233); }

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

border-color css

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

 span { border-color: rgb(168,140,233); }

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