Html Css Color HEX #AB8EEA Biloba Flower

📋 copy color: '#AB8EEA'

red 171 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #AB8EEA

Tints of Biloba Flower #AB8EEA

RGB

 RED value IS 171 (67.19% from 255) = 31.26%

 GREEN value IS 142 (55.86% from 255) = 25.96%

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

R = 31.26%
G = 25.96%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB8EEA (or 0xAB8EEA) is known color: Biloba Flower. HEX triplet: AB, 8E and EA. RGB value is (171,142,234). Sum of RGB (Red+Green+Blue) = 171+142+234=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EEA is #547115. Grayscale: #A0A0A0. Windows color (decimal): -5533974 or 15371947. OLE color: 15371947.

HSL color Cylindrical-coordinate representation of color #AB8EEA: hue angle of 258.91º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8EEA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 142 234 -
CMYK 0.27 0.39 0 0.08
HSL 258.91º 0.69% 0.74% -
HSV(B) 258.91º 0.39% 0.92% -
XYZ 41.32 33.94 82.22 -
YUV 161.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 171 142 234 0.27 0.39 0 0.08 258.91 0.69 0.74
Hex AB 8E EA 1B 27 0 8 103 45 4A
Octal 253 216 352 33 47 0 10 403 105 112
Binary 10101011 10001110 11101010 11011 100111 0 1000 100000011 1000101 1001010

Color Harmonies of #AB8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EEA

Black with #AB8EEA

Text Example


Text Example

White with #AB8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EEA; }

 p { color: rgb(171,142,234); }

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

background-color css

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

 a { background-color: rgb(171,142,234); }

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

border-color css

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

 span { border-color: rgb(171,142,234); }

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