Html Css Color HEX #A88CEB Biloba Flower

📋 copy color: '#A88CEB'

red 168 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #A88CEB

Tints of Biloba Flower #A88CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 30.94%
G = 25.78%
B = 43.28%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A88CEB (or 0xA88CEB) is known color: Biloba Flower. HEX triplet: A8, 8C and EB. RGB value is (168,140,235). Sum of RGB (Red+Green+Blue) = 168+140+235=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #A88CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CEB is #577314. Grayscale: #9E9E9E. Windows color (decimal): -5731093 or 15436968. OLE color: 15436968.

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

Color convert

RGB 168 140 235 -
CMYK 0.29 0.40 0 0.08
HSL 257.68º 0.7% 0.74% -
HSV(B) 257.68º 0.4% 0.92% -
XYZ 40.52 33.08 82.85 -
YUV 159.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 168 140 235 0.29 0.40 0 0.08 257.68 0.7 0.74
Hex A8 8C EB 1D 28 0 8 102 46 4A
Octal 250 214 353 35 50 0 10 402 106 112
Binary 10101000 10001100 11101011 11101 101000 0 1000 100000010 1000110 1001010

Color Harmonies of #A88CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CEB

Black with #A88CEB

Text Example


Text Example

White with #A88CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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