Html Css Color HEX #A88BEB Biloba Flower

📋 copy color: '#A88BEB'

red 168 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A88BEB

Tints of Biloba Flower #A88BEB

RGB

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

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

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

R = 31%
G = 25.65%
B = 43.36%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A88BEB (or 0xA88BEB) is known color: Biloba Flower. HEX triplet: A8, 8B and EB. RGB value is (168,139,235). Sum of RGB (Red+Green+Blue) = 168+139+235=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #A88BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BEB is #577414. Grayscale: #9E9E9E. Windows color (decimal): -5731349 or 15436712. OLE color: 15436712.

HSL color Cylindrical-coordinate representation of color #A88BEB: hue angle of 258.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88BEB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 139 235 -
CMYK 0.29 0.41 0 0.08
HSL 258.13º 0.71% 0.73% -
HSV(B) 258.13º 0.41% 0.92% -
XYZ 40.38 32.79 82.8 -
YUV 158.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 168 139 235 0.29 0.41 0 0.08 258.13 0.71 0.73
Hex A8 8B EB 1D 29 0 8 102 47 49
Octal 250 213 353 35 51 0 10 402 107 111
Binary 10101000 10001011 11101011 11101 101001 0 1000 100000010 1000111 1001001

Color Harmonies of #A88BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BEB

Black with #A88BEB

Text Example


Text Example

White with #A88BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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