Html Css Color HEX #AB85DD Biloba Flower

📋 copy color: '#AB85DD'

red 171 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #AB85DD

Tints of Biloba Flower #AB85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 32.57%
G = 25.33%
B = 42.1%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB85DD (or 0xAB85DD) is known color: Biloba Flower. HEX triplet: AB, 85 and DD. RGB value is (171,133,221). Sum of RGB (Red+Green+Blue) = 171+133+221=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DD is #547A22. Grayscale: #9A9A9A. Windows color (decimal): -5536291 or 14517675. OLE color: 14517675.

HSL color Cylindrical-coordinate representation of color #AB85DD: hue angle of 265.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB85DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 133 221 -
CMYK 0.23 0.40 0 0.13
HSL 265.91º 0.56% 0.69% -
HSV(B) 265.91º 0.4% 0.87% -
XYZ 38.23 30.65 72.31 -
YUV 154.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 171 133 221 0.23 0.40 0 0.13 265.91 0.56 0.69
Hex AB 85 DD 17 28 0 D 10A 38 45
Octal 253 205 335 27 50 0 15 412 70 105
Binary 10101011 10000101 11011101 10111 101000 0 1101 100001010 111000 1000101

Color Harmonies of #AB85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85DD

Black with #AB85DD

Text Example


Text Example

White with #AB85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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