Html Css Color HEX #AB95DF Biloba Flower

📋 copy color: '#AB95DF'

red 171 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #AB95DF

Tints of Biloba Flower #AB95DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 31.49%
G = 27.44%
B = 41.07%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB95DF (or 0xAB95DF) is known color: Biloba Flower. HEX triplet: AB, 95 and DF. RGB value is (171,149,223). Sum of RGB (Red+Green+Blue) = 171+149+223=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95DF is #546A20. Grayscale: #A3A3A3. Windows color (decimal): -5532193 or 14652843. OLE color: 14652843.

HSL color Cylindrical-coordinate representation of color #AB95DF: hue angle of 257.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB95DF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 149 223 -
CMYK 0.23 0.33 0 0.13
HSL 257.84º 0.54% 0.73% -
HSV(B) 257.84º 0.33% 0.87% -
XYZ 40.86 35.48 74.51 -
YUV 164.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 171 149 223 0.23 0.33 0 0.13 257.84 0.54 0.73
Hex AB 95 DF 17 21 0 D 102 36 49
Octal 253 225 337 27 41 0 15 402 66 111
Binary 10101011 10010101 11011111 10111 100001 0 1101 100000010 110110 1001001

Color Harmonies of #AB95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB95DF

Black with #AB95DF

Text Example


Text Example

White with #AB95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB95DF; }

 p { color: rgb(171,149,223); }

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

background-color css

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

 a { background-color: rgb(171,149,223); }

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

border-color css

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

 span { border-color: rgb(171,149,223); }

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