Html Css Color HEX #AC9ADC Biloba Flower

📋 copy color: '#AC9ADC'

red 172 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #AC9ADC

Tints of Biloba Flower #AC9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 31.5%
G = 28.21%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9ADC (or 0xAC9ADC) is known color: Biloba Flower. HEX triplet: AC, 9A and DC. RGB value is (172,154,220). Sum of RGB (Red+Green+Blue) = 172+154+220=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADC is #536523. Grayscale: #A6A6A6. Windows color (decimal): -5465380 or 14457516. OLE color: 14457516.

HSL color Cylindrical-coordinate representation of color #AC9ADC: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9ADC is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 154 220 -
CMYK 0.22 0.3 0 0.14
HSL 256.36º 0.49% 0.73% -
HSV(B) 256.36º 0.3% 0.86% -
XYZ 41.49 37.05 72.67 -
YUV 166.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 172 154 220 0.22 0.3 0 0.14 256.36 0.49 0.73
Hex AC 9A DC 16 1E 0 E 100 31 49
Octal 254 232 334 26 36 0 16 400 61 111
Binary 10101100 10011010 11011100 10110 11110 0 1110 100000000 110001 1001001

Color Harmonies of #AC9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ADC

Black with #AC9ADC

Text Example


Text Example

White with #AC9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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