Html Css Color HEX #AB85DA Biloba Flower

📋 copy color: '#AB85DA'

red 171 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #AB85DA

Tints of Biloba Flower #AB85DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 32.76%
G = 25.48%
B = 41.76%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB85DA (or 0xAB85DA) is known color: Biloba Flower. HEX triplet: AB, 85 and DA. RGB value is (171,133,218). Sum of RGB (Red+Green+Blue) = 171+133+218=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DA is #547A25. Grayscale: #999999. Windows color (decimal): -5536294 or 14321067. OLE color: 14321067.

HSL color Cylindrical-coordinate representation of color #AB85DA: hue angle of 266.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB85DA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 133 218 -
CMYK 0.22 0.39 0 0.15
HSL 266.82º 0.53% 0.69% -
HSV(B) 266.82º 0.39% 0.85% -
XYZ 37.84 30.49 70.22 -
YUV 154.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 171 133 218 0.22 0.39 0 0.15 266.82 0.53 0.69
Hex AB 85 DA 16 27 0 F 10B 35 45
Octal 253 205 332 26 47 0 17 413 65 105
Binary 10101011 10000101 11011010 10110 100111 0 1111 100001011 110101 1000101

Color Harmonies of #AB85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85DA

Black with #AB85DA

Text Example


Text Example

White with #AB85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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