Html Css Color HEX #AB8DEA Biloba Flower

📋 copy color: '#AB8DEA'

red 171 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #AB8DEA

Tints of Biloba Flower #AB8DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.82%

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

R = 31.32%
G = 25.82%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB8DEA (or 0xAB8DEA) is known color: Biloba Flower. HEX triplet: AB, 8D and EA. RGB value is (171,141,234). Sum of RGB (Red+Green+Blue) = 171+141+234=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DEA is #547215. Grayscale: #A0A0A0. Windows color (decimal): -5534230 or 15371691. OLE color: 15371691.

HSL color Cylindrical-coordinate representation of color #AB8DEA: hue angle of 259.35º degrees, saturation: 0.69, 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 #AB8DEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 141 234 -
CMYK 0.27 0.40 0 0.08
HSL 259.35º 0.69% 0.74% -
HSV(B) 259.35º 0.4% 0.92% -
XYZ 41.17 33.65 82.17 -
YUV 160.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 171 141 234 0.27 0.40 0 0.08 259.35 0.69 0.74
Hex AB 8D EA 1B 28 0 8 103 45 4A
Octal 253 215 352 33 50 0 10 403 105 112
Binary 10101011 10001101 11101010 11011 101000 0 1000 100000011 1000101 1001010

Color Harmonies of #AB8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DEA

Black with #AB8DEA

Text Example


Text Example

White with #AB8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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