Html Css Color HEX #AC8ACD Biloba Flower

📋 copy color: '#AC8ACD'

red 172 ◦ green 138 ◦ blue 205

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

Shades of Biloba Flower #AC8ACD

Tints of Biloba Flower #AC8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 33.4%
G = 26.8%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8ACD (or 0xAC8ACD) is known color: Biloba Flower. HEX triplet: AC, 8A and CD. RGB value is (172,138,205). Sum of RGB (Red+Green+Blue) = 172+138+205=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ACD is #537532. Grayscale: #9B9B9B. Windows color (decimal): -5469491 or 13470380. OLE color: 13470380.

HSL color Cylindrical-coordinate representation of color #AC8ACD: hue angle of 270.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8ACD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 138 205 -
CMYK 0.16 0.33 0 0.20
HSL 270.45º 0.4% 0.67% -
HSV(B) 270.45º 0.33% 0.8% -
XYZ 37.12 31.36 61.85 -
YUV 155.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 172 138 205 0.16 0.33 0 0.20 270.45 0.4 0.67
Hex AC 8A CD 10 21 0 14 10E 28 43
Octal 254 212 315 20 41 0 24 416 50 103
Binary 10101100 10001010 11001101 10000 100001 0 10100 100001110 101000 1000011

Color Harmonies of #AC8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8ACD

Black with #AC8ACD

Text Example


Text Example

White with #AC8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8ACD; }

 p { color: rgb(172,138,205); }

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

background-color css

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

 a { background-color: rgb(172,138,205); }

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

border-color css

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

 span { border-color: rgb(172,138,205); }

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