Html Css Color HEX #AB9CE4 Biloba Flower

📋 copy color: '#AB9CE4'

red 171 ◦ green 156 ◦ blue 228

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

Shades of Biloba Flower #AB9CE4

Tints of Biloba Flower #AB9CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 30.81%
G = 28.11%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB9CE4 (or 0xAB9CE4) is known color: Biloba Flower. HEX triplet: AB, 9C and E4. RGB value is (171,156,228). Sum of RGB (Red+Green+Blue) = 171+156+228=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB9CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CE4 is #54631B. Grayscale: #A8A8A8. Windows color (decimal): -5530396 or 14982315. OLE color: 14982315.

HSL color Cylindrical-coordinate representation of color #AB9CE4: hue angle of 252.5º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9CE4 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 156 228 -
CMYK 0.25 0.32 0 0.11
HSL 252.5º 0.57% 0.75% -
HSV(B) 252.5º 0.32% 0.89% -
XYZ 42.69 38.04 78.49 -
YUV 168.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 171 156 228 0.25 0.32 0 0.11 252.5 0.57 0.75
Hex AB 9C E4 19 20 0 B FD 39 4B
Octal 253 234 344 31 40 0 13 375 71 113
Binary 10101011 10011100 11100100 11001 100000 0 1011 11111101 111001 1001011

Color Harmonies of #AB9CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CE4

Black with #AB9CE4

Text Example


Text Example

White with #AB9CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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