Html Css Color HEX #AB82E8 Biloba Flower

📋 copy color: '#AB82E8'

red 171 ◦ green 130 ◦ blue 232

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

Shades of Biloba Flower #AB82E8

Tints of Biloba Flower #AB82E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 32.08%
G = 24.39%
B = 43.53%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB82E8 (or 0xAB82E8) is known color: Biloba Flower. HEX triplet: AB, 82 and E8. RGB value is (171,130,232). Sum of RGB (Red+Green+Blue) = 171+130+232=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB82E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB82E8 is #547D17. Grayscale: #999999. Windows color (decimal): -5537048 or 15237803. OLE color: 15237803.

HSL color Cylindrical-coordinate representation of color #AB82E8: hue angle of 264.12º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB82E8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 130 232 -
CMYK 0.26 0.44 0 0.09
HSL 264.12º 0.69% 0.71% -
HSV(B) 264.12º 0.44% 0.91% -
XYZ 39.34 30.45 80.15 -
YUV 153.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 171 130 232 0.26 0.44 0 0.09 264.12 0.69 0.71
Hex AB 82 E8 1A 2C 0 9 108 45 47
Octal 253 202 350 32 54 0 11 410 105 107
Binary 10101011 10000010 11101000 11010 101100 0 1001 100001000 1000101 1000111

Color Harmonies of #AB82E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82E8

Black with #AB82E8

Text Example


Text Example

White with #AB82E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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