Html Css Color HEX #AC81E1 Biloba Flower

📋 copy color: '#AC81E1'

red 172 ◦ green 129 ◦ blue 225

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

Shades of Biloba Flower #AC81E1

Tints of Biloba Flower #AC81E1

RGB

 RED value IS 172 (67.58% from 255) = 32.7%

 GREEN value IS 129 (50.78% from 255) = 24.52%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 32.7%
G = 24.52%
B = 42.78%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC81E1 (or 0xAC81E1) is known color: Biloba Flower. HEX triplet: AC, 81 and E1. RGB value is (172,129,225). Sum of RGB (Red+Green+Blue) = 172+129+225=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC81E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81E1 is #537E1E. Grayscale: #989898. Windows color (decimal): -5471775 or 14778796. OLE color: 14778796.

HSL color Cylindrical-coordinate representation of color #AC81E1: hue angle of 266.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC81E1 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 129 225 -
CMYK 0.24 0.43 0 0.12
HSL 266.88º 0.62% 0.69% -
HSV(B) 266.88º 0.43% 0.88% -
XYZ 38.45 29.91 74.98 -
YUV 152.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 172 129 225 0.24 0.43 0 0.12 266.88 0.62 0.69
Hex AC 81 E1 18 2B 0 C 10B 3E 45
Octal 254 201 341 30 53 0 14 413 76 105
Binary 10101100 10000001 11100001 11000 101011 0 1100 100001011 111110 1000101

Color Harmonies of #AC81E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81E1

Black with #AC81E1

Text Example


Text Example

White with #AC81E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81E1; }

 p { color: rgb(172,129,225); }

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

background-color css

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

 a { background-color: rgb(172,129,225); }

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

border-color css

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

 span { border-color: rgb(172,129,225); }

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