Html Css Color HEX #AC9AC2 Biloba Flower

📋 copy color: '#AC9AC2'

red 172 ◦ green 154 ◦ blue 194

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

Shades of Biloba Flower #AC9AC2

Tints of Biloba Flower #AC9AC2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 33.08%
G = 29.62%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC9AC2 (or 0xAC9AC2) is known color: Biloba Flower. HEX triplet: AC, 9A and C2. RGB value is (172,154,194). Sum of RGB (Red+Green+Blue) = 172+154+194=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9AC2 is #53653D. Grayscale: #A3A3A3. Windows color (decimal): -5465406 or 12753580. OLE color: 12753580.

HSL color Cylindrical-coordinate representation of color #AC9AC2: hue angle of 267º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC9AC2 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 154 194 -
CMYK 0.11 0.21 0 0.24
HSL 267º 0.25% 0.68% -
HSV(B) 267º 0.21% 0.76% -
XYZ 38.31 35.78 55.93 -
YUV 163.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 172 154 194 0.11 0.21 0 0.24 267 0.25 0.68
Hex AC 9A C2 B 15 0 18 10B 19 44
Octal 254 232 302 13 25 0 30 413 31 104
Binary 10101100 10011010 11000010 1011 10101 0 11000 100001011 11001 1000100

Color Harmonies of #AC9AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AC2

Black with #AC9AC2

Text Example


Text Example

White with #AC9AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AC2; }

 p { color: rgb(172,154,194); }

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

background-color css

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

 a { background-color: rgb(172,154,194); }

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

border-color css

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

 span { border-color: rgb(172,154,194); }

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