Html Css Color HEX #AC92CA Biloba Flower

📋 copy color: '#AC92CA'

red 172 ◦ green 146 ◦ blue 202

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

Shades of Biloba Flower #AC92CA

Tints of Biloba Flower #AC92CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 33.08%
G = 28.08%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC92CA (or 0xAC92CA) is known color: Biloba Flower. HEX triplet: AC, 92 and CA. RGB value is (172,146,202). Sum of RGB (Red+Green+Blue) = 172+146+202=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CA is #536D35. Grayscale: #9F9F9F. Windows color (decimal): -5467446 or 13275820. OLE color: 13275820.

HSL color Cylindrical-coordinate representation of color #AC92CA: hue angle of 267.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC92CA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 146 202 -
CMYK 0.15 0.28 0 0.21
HSL 267.86º 0.35% 0.68% -
HSV(B) 267.86º 0.28% 0.79% -
XYZ 37.95 33.59 60.36 -
YUV 160.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 172 146 202 0.15 0.28 0 0.21 267.86 0.35 0.68
Hex AC 92 CA F 1C 0 15 10C 23 44
Octal 254 222 312 17 34 0 25 414 43 104
Binary 10101100 10010010 11001010 1111 11100 0 10101 100001100 100011 1000100

Color Harmonies of #AC92CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92CA

Black with #AC92CA

Text Example


Text Example

White with #AC92CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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