Html Css Color HEX #A88BEC Biloba Flower

📋 copy color: '#A88BEC'

red 168 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A88BEC

Tints of Biloba Flower #A88BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 30.94%
G = 25.6%
B = 43.46%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A88BEC (or 0xA88BEC) is known color: Biloba Flower. HEX triplet: A8, 8B and EC. RGB value is (168,139,236). Sum of RGB (Red+Green+Blue) = 168+139+236=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A88BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BEC is #577413. Grayscale: #9E9E9E. Windows color (decimal): -5731348 or 15502248. OLE color: 15502248.

HSL color Cylindrical-coordinate representation of color #A88BEC: hue angle of 257.94º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88BEC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 139 236 -
CMYK 0.29 0.41 0 0.07
HSL 257.94º 0.72% 0.74% -
HSV(B) 257.94º 0.41% 0.93% -
XYZ 40.52 32.85 83.56 -
YUV 158.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 168 139 236 0.29 0.41 0 0.07 257.94 0.72 0.74
Hex A8 8B EC 1D 29 0 7 102 48 4A
Octal 250 213 354 35 51 0 7 402 110 112
Binary 10101000 10001011 11101100 11101 101001 0 111 100000010 1001000 1001010

Color Harmonies of #A88BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BEC

Black with #A88BEC

Text Example


Text Example

White with #A88BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BEC; }

 p { color: rgb(168,139,236); }

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

background-color css

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

 a { background-color: rgb(168,139,236); }

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

border-color css

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

 span { border-color: rgb(168,139,236); }

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