Html Css Color HEX #AB9DD4 Biloba Flower

📋 copy color: '#AB9DD4'

red 171 ◦ green 157 ◦ blue 212

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

Shades of Biloba Flower #AB9DD4

Tints of Biloba Flower #AB9DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 31.67%
G = 29.07%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB9DD4 (or 0xAB9DD4) is known color: Biloba Flower. HEX triplet: AB, 9D and D4. RGB value is (171,157,212). Sum of RGB (Red+Green+Blue) = 171+157+212=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB9DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DD4 is #54622B. Grayscale: #A7A7A7. Windows color (decimal): -5530156 or 13933995. OLE color: 13933995.

HSL color Cylindrical-coordinate representation of color #AB9DD4: hue angle of 255.27º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB9DD4 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 157 212 -
CMYK 0.19 0.26 0 0.17
HSL 255.27º 0.39% 0.72% -
HSV(B) 255.27º 0.26% 0.83% -
XYZ 40.74 37.53 67.38 -
YUV 167.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 171 157 212 0.19 0.26 0 0.17 255.27 0.39 0.72
Hex AB 9D D4 13 1A 0 11 FF 27 48
Octal 253 235 324 23 32 0 21 377 47 110
Binary 10101011 10011101 11010100 10011 11010 0 10001 11111111 100111 1001000

Color Harmonies of #AB9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DD4

Black with #AB9DD4

Text Example


Text Example

White with #AB9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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