Html Css Color HEX #AB9CF2 Biloba Flower

📋 copy color: '#AB9CF2'

red 171 ◦ green 156 ◦ blue 242

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

Shades of Biloba Flower #AB9CF2

Tints of Biloba Flower #AB9CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 30.05%
G = 27.42%
B = 42.53%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB9CF2 (or 0xAB9CF2) is known color: Biloba Flower. HEX triplet: AB, 9C and F2. RGB value is (171,156,242). Sum of RGB (Red+Green+Blue) = 171+156+242=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB9CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CF2 is #54630D. Grayscale: #A9A9A9. Windows color (decimal): -5530382 or 15899819. OLE color: 15899819.

HSL color Cylindrical-coordinate representation of color #AB9CF2: hue angle of 250.47º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB9CF2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 156 242 -
CMYK 0.29 0.36 0 0.05
HSL 250.47º 0.77% 0.78% -
HSV(B) 250.47º 0.36% 0.95% -
XYZ 44.71 38.85 89.15 -
YUV 170.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 171 156 242 0.29 0.36 0 0.05 250.47 0.77 0.78
Hex AB 9C F2 1D 24 0 5 FA 4D 4E
Octal 253 234 362 35 44 0 5 372 115 116
Binary 10101011 10011100 11110010 11101 100100 0 101 11111010 1001101 1001110

Color Harmonies of #AB9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CF2

Black with #AB9CF2

Text Example


Text Example

White with #AB9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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