Html Css Color HEX #AC9DDA Biloba Flower

📋 copy color: '#AC9DDA'

red 172 ◦ green 157 ◦ blue 218

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

Shades of Biloba Flower #AC9DDA

Tints of Biloba Flower #AC9DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 31.44%
G = 28.7%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC9DDA (or 0xAC9DDA) is known color: Biloba Flower. HEX triplet: AC, 9D and DA. RGB value is (172,157,218). Sum of RGB (Red+Green+Blue) = 172+157+218=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDA is #536225. Grayscale: #A8A8A8. Windows color (decimal): -5464614 or 14327212. OLE color: 14327212.

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

Color convert

RGB 172 157 218 -
CMYK 0.21 0.28 0 0.15
HSL 254.75º 0.45% 0.74% -
HSV(B) 254.75º 0.28% 0.85% -
XYZ 41.73 37.95 71.45 -
YUV 168.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 172 157 218 0.21 0.28 0 0.15 254.75 0.45 0.74
Hex AC 9D DA 15 1C 0 F FF 2D 4A
Octal 254 235 332 25 34 0 17 377 55 112
Binary 10101100 10011101 11011010 10101 11100 0 1111 11111111 101101 1001010

Color Harmonies of #AC9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DDA

Black with #AC9DDA

Text Example


Text Example

White with #AC9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DDA; }

 p { color: rgb(172,157,218); }

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

background-color css

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

 a { background-color: rgb(172,157,218); }

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

border-color css

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

 span { border-color: rgb(172,157,218); }

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