Html Css Color HEX #AC92E0 Biloba Flower

📋 copy color: '#AC92E0'

red 172 ◦ green 146 ◦ blue 224

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

Shades of Biloba Flower #AC92E0

Tints of Biloba Flower #AC92E0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.94%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 31.73%
G = 26.94%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC92E0 (or 0xAC92E0) is known color: Biloba Flower. HEX triplet: AC, 92 and E0. RGB value is (172,146,224). Sum of RGB (Red+Green+Blue) = 172+146+224=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC92E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92E0 is #536D1F. Grayscale: #A2A2A2. Windows color (decimal): -5467424 or 14717612. OLE color: 14717612.

HSL color Cylindrical-coordinate representation of color #AC92E0: hue angle of 260º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC92E0 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 146 224 -
CMYK 0.23 0.35 0 0.12
HSL 260º 0.56% 0.73% -
HSV(B) 260º 0.35% 0.88% -
XYZ 40.75 34.71 75.07 -
YUV 162.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 172 146 224 0.23 0.35 0 0.12 260 0.56 0.73
Hex AC 92 E0 17 23 0 C 104 38 49
Octal 254 222 340 27 43 0 14 404 70 111
Binary 10101100 10010010 11100000 10111 100011 0 1100 100000100 111000 1001001

Color Harmonies of #AC92E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92E0

Black with #AC92E0

Text Example


Text Example

White with #AC92E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92E0; }

 p { color: rgb(172,146,224); }

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

background-color css

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

 a { background-color: rgb(172,146,224); }

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

border-color css

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

 span { border-color: rgb(172,146,224); }

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