Html Css Color HEX #AB9CCF Biloba Flower

📋 copy color: '#AB9CCF'

red 171 ◦ green 156 ◦ blue 207

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

Shades of Biloba Flower #AB9CCF

Tints of Biloba Flower #AB9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 32.02%
G = 29.21%
B = 38.76%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB9CCF (or 0xAB9CCF) is known color: Biloba Flower. HEX triplet: AB, 9C and CF. RGB value is (171,156,207). Sum of RGB (Red+Green+Blue) = 171+156+207=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCF is #546330. Grayscale: #A6A6A6. Windows color (decimal): -5530417 or 13606059. OLE color: 13606059.

HSL color Cylindrical-coordinate representation of color #AB9CCF: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9CCF is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 156 207 -
CMYK 0.17 0.25 0 0.19
HSL 257.65º 0.35% 0.71% -
HSV(B) 257.65º 0.25% 0.81% -
XYZ 39.95 36.94 64.06 -
YUV 166.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 171 156 207 0.17 0.25 0 0.19 257.65 0.35 0.71
Hex AB 9C CF 11 19 0 13 102 23 47
Octal 253 234 317 21 31 0 23 402 43 107
Binary 10101011 10011100 11001111 10001 11001 0 10011 100000010 100011 1000111

Color Harmonies of #AB9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CCF

Black with #AB9CCF

Text Example


Text Example

White with #AB9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CCF; }

 p { color: rgb(171,156,207); }

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

background-color css

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

 a { background-color: rgb(171,156,207); }

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

border-color css

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

 span { border-color: rgb(171,156,207); }

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