Html Css Color HEX #AB85D2 Biloba Flower

📋 copy color: '#AB85D2'

red 171 ◦ green 133 ◦ blue 210

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

Shades of Biloba Flower #AB85D2

Tints of Biloba Flower #AB85D2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.88%

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 33.27%
G = 25.88%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB85D2 (or 0xAB85D2) is known color: Biloba Flower. HEX triplet: AB, 85 and D2. RGB value is (171,133,210). Sum of RGB (Red+Green+Blue) = 171+133+210=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB85D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85D2 is #547A2D. Grayscale: #989898. Windows color (decimal): -5536302 or 13796779. OLE color: 13796779.

HSL color Cylindrical-coordinate representation of color #AB85D2: hue angle of 269.61º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB85D2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 133 210 -
CMYK 0.19 0.37 0 0.18
HSL 269.61º 0.46% 0.67% -
HSV(B) 269.61º 0.37% 0.82% -
XYZ 36.81 30.09 64.84 -
YUV 153.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 171 133 210 0.19 0.37 0 0.18 269.61 0.46 0.67
Hex AB 85 D2 13 25 0 12 10E 2E 43
Octal 253 205 322 23 45 0 22 416 56 103
Binary 10101011 10000101 11010010 10011 100101 0 10010 100001110 101110 1000011

Color Harmonies of #AB85D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85D2

Black with #AB85D2

Text Example


Text Example

White with #AB85D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85D2; }

 p { color: rgb(171,133,210); }

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

background-color css

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

 a { background-color: rgb(171,133,210); }

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

border-color css

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

 span { border-color: rgb(171,133,210); }

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