Html Css Color HEX #A88CEA Biloba Flower

📋 copy color: '#A88CEA'

red 168 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A88CEA

Tints of Biloba Flower #A88CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 31%
G = 25.83%
B = 43.17%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A88CEA (or 0xA88CEA) is known color: Biloba Flower. HEX triplet: A8, 8C and EA. RGB value is (168,140,234). Sum of RGB (Red+Green+Blue) = 168+140+234=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A88CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CEA is #577315. Grayscale: #9E9E9E. Windows color (decimal): -5731094 or 15371432. OLE color: 15371432.

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

Color convert

RGB 168 140 234 -
CMYK 0.28 0.40 0 0.08
HSL 257.87º 0.69% 0.73% -
HSV(B) 257.87º 0.4% 0.92% -
XYZ 40.38 33.02 82.09 -
YUV 159.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 168 140 234 0.28 0.40 0 0.08 257.87 0.69 0.73
Hex A8 8C EA 1C 28 0 8 102 45 49
Octal 250 214 352 34 50 0 10 402 105 111
Binary 10101000 10001100 11101010 11100 101000 0 1000 100000010 1000101 1001001

Color Harmonies of #A88CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CEA

Black with #A88CEA

Text Example


Text Example

White with #A88CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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