Html Css Color HEX #AC8BCD Biloba Flower

📋 copy color: '#AC8BCD'

red 172 ◦ green 139 ◦ blue 205

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

Shades of Biloba Flower #AC8BCD

Tints of Biloba Flower #AC8BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.94%

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

R = 33.33%
G = 26.94%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC8BCD (or 0xAC8BCD) is known color: Biloba Flower. HEX triplet: AC, 8B and CD. RGB value is (172,139,205). Sum of RGB (Red+Green+Blue) = 172+139+205=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BCD is #537432. Grayscale: #9C9C9C. Windows color (decimal): -5469235 or 13470636. OLE color: 13470636.

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

Color convert

RGB 172 139 205 -
CMYK 0.16 0.32 0 0.20
HSL 270º 0.4% 0.67% -
HSV(B) 270º 0.32% 0.8% -
XYZ 37.27 31.64 61.9 -
YUV 156.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 172 139 205 0.16 0.32 0 0.20 270 0.4 0.67
Hex AC 8B CD 10 20 0 14 10E 28 43
Octal 254 213 315 20 40 0 24 416 50 103
Binary 10101100 10001011 11001101 10000 100000 0 10100 100001110 101000 1000011

Color Harmonies of #AC8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BCD

Black with #AC8BCD

Text Example


Text Example

White with #AC8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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