Html Css Color HEX #AB82D5 Biloba Flower

📋 copy color: '#AB82D5'

red 171 ◦ green 130 ◦ blue 213

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

Shades of Biloba Flower #AB82D5

Tints of Biloba Flower #AB82D5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.29%

 BLUE value IS 213 (83.59% from 255) = 41.44%

R = 33.27%
G = 25.29%
B = 41.44%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB82D5 (or 0xAB82D5) is known color: Biloba Flower. HEX triplet: AB, 82 and D5. RGB value is (171,130,213). Sum of RGB (Red+Green+Blue) = 171+130+213=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB82D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82D5 is #547D2A. Grayscale: #979797. Windows color (decimal): -5537067 or 13992619. OLE color: 13992619.

HSL color Cylindrical-coordinate representation of color #AB82D5: hue angle of 269.64º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB82D5 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 130 213 -
CMYK 0.20 0.39 0 0.16
HSL 269.64º 0.5% 0.67% -
HSV(B) 269.64º 0.39% 0.84% -
XYZ 36.79 29.43 66.69 -
YUV 151.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 171 130 213 0.20 0.39 0 0.16 269.64 0.5 0.67
Hex AB 82 D5 14 27 0 10 10E 32 43
Octal 253 202 325 24 47 0 20 416 62 103
Binary 10101011 10000010 11010101 10100 100111 0 10000 100001110 110010 1000011

Color Harmonies of #AB82D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82D5

Black with #AB82D5

Text Example


Text Example

White with #AB82D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82D5; }

 p { color: rgb(171,130,213); }

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

background-color css

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

 a { background-color: rgb(171,130,213); }

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

border-color css

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

 span { border-color: rgb(171,130,213); }

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