Html Css Color HEX #AC93CC Biloba Flower

📋 copy color: '#AC93CC'

red 172 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #AC93CC

Tints of Biloba Flower #AC93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.11%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 32.89%
G = 28.11%
B = 39.01%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC93CC (or 0xAC93CC) is known color: Biloba Flower. HEX triplet: AC, 93 and CC. RGB value is (172,147,204). Sum of RGB (Red+Green+Blue) = 172+147+204=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93CC is #536C33. Grayscale: #A0A0A0. Windows color (decimal): -5467188 or 13407148. OLE color: 13407148.

HSL color Cylindrical-coordinate representation of color #AC93CC: hue angle of 266.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC93CC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 147 204 -
CMYK 0.16 0.28 0 0.2
HSL 266.32º 0.36% 0.69% -
HSV(B) 266.32º 0.28% 0.8% -
XYZ 38.35 34 61.67 -
YUV 160.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 172 147 204 0.16 0.28 0 0.2 266.32 0.36 0.69
Hex AC 93 CC 10 1C 0 14 10A 24 45
Octal 254 223 314 20 34 0 24 412 44 105
Binary 10101100 10010011 11001100 10000 11100 0 10100 100001010 100100 1000101

Color Harmonies of #AC93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93CC

Black with #AC93CC

Text Example


Text Example

White with #AC93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93CC; }

 p { color: rgb(172,147,204); }

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

background-color css

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

 a { background-color: rgb(172,147,204); }

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

border-color css

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

 span { border-color: rgb(172,147,204); }

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