Html Css Color HEX #AC82E3 Biloba Flower

📋 copy color: '#AC82E3'

red 172 ◦ green 130 ◦ blue 227

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

Shades of Biloba Flower #AC82E3

Tints of Biloba Flower #AC82E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 32.51%
G = 24.57%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC82E3 (or 0xAC82E3) is known color: Biloba Flower. HEX triplet: AC, 82 and E3. RGB value is (172,130,227). Sum of RGB (Red+Green+Blue) = 172+130+227=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC82E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82E3 is #537D1C. Grayscale: #999999. Windows color (decimal): -5471517 or 14910124. OLE color: 14910124.

HSL color Cylindrical-coordinate representation of color #AC82E3: hue angle of 265.98º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC82E3 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 130 227 -
CMYK 0.24 0.43 0 0.11
HSL 265.98º 0.63% 0.7% -
HSV(B) 265.98º 0.43% 0.89% -
XYZ 38.86 30.28 76.47 -
YUV 153.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 172 130 227 0.24 0.43 0 0.11 265.98 0.63 0.7
Hex AC 82 E3 18 2B 0 B 10A 3F 46
Octal 254 202 343 30 53 0 13 412 77 106
Binary 10101100 10000010 11100011 11000 101011 0 1011 100001010 111111 1000110

Color Harmonies of #AC82E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82E3

Black with #AC82E3

Text Example


Text Example

White with #AC82E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82E3; }

 p { color: rgb(172,130,227); }

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

background-color css

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

 a { background-color: rgb(172,130,227); }

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

border-color css

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

 span { border-color: rgb(172,130,227); }

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