Html Css Color HEX #AC92CE Biloba Flower

📋 copy color: '#AC92CE'

red 172 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #AC92CE

Tints of Biloba Flower #AC92CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 32.82%
G = 27.86%
B = 39.31%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC92CE (or 0xAC92CE) is known color: Biloba Flower. HEX triplet: AC, 92 and CE. RGB value is (172,146,206). Sum of RGB (Red+Green+Blue) = 172+146+206=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CE is #536D31. Grayscale: #A0A0A0. Windows color (decimal): -5467442 or 13537964. OLE color: 13537964.

HSL color Cylindrical-coordinate representation of color #AC92CE: hue angle of 266º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC92CE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 146 206 -
CMYK 0.17 0.29 0 0.19
HSL 266º 0.38% 0.69% -
HSV(B) 266º 0.29% 0.81% -
XYZ 38.43 33.78 62.89 -
YUV 160.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 172 146 206 0.17 0.29 0 0.19 266 0.38 0.69
Hex AC 92 CE 11 1D 0 13 10A 26 45
Octal 254 222 316 21 35 0 23 412 46 105
Binary 10101100 10010010 11001110 10001 11101 0 10011 100001010 100110 1000101

Color Harmonies of #AC92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92CE

Black with #AC92CE

Text Example


Text Example

White with #AC92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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