Html Css Color HEX #AB9DEA Biloba Flower

📋 copy color: '#AB9DEA'

red 171 ◦ green 157 ◦ blue 234

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

Shades of Biloba Flower #AB9DEA

Tints of Biloba Flower #AB9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

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

R = 30.43%
G = 27.94%
B = 41.64%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB9DEA (or 0xAB9DEA) is known color: Biloba Flower. HEX triplet: AB, 9D and EA. RGB value is (171,157,234). Sum of RGB (Red+Green+Blue) = 171+157+234=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEA is #546215. Grayscale: #A9A9A9. Windows color (decimal): -5530134 or 15375787. OLE color: 15375787.

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

Color convert

RGB 171 157 234 -
CMYK 0.27 0.33 0 0.08
HSL 250.91º 0.65% 0.77% -
HSV(B) 250.91º 0.33% 0.92% -
XYZ 43.7 38.71 83.01 -
YUV 169.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 171 157 234 0.27 0.33 0 0.08 250.91 0.65 0.77
Hex AB 9D EA 1B 21 0 8 FB 41 4D
Octal 253 235 352 33 41 0 10 373 101 115
Binary 10101011 10011101 11101010 11011 100001 0 1000 11111011 1000001 1001101

Color Harmonies of #AB9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DEA

Black with #AB9DEA

Text Example


Text Example

White with #AB9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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