Html Css Color HEX #AC93C9 Biloba Flower

📋 copy color: '#AC93C9'

red 172 ◦ green 147 ◦ blue 201

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

Shades of Biloba Flower #AC93C9

Tints of Biloba Flower #AC93C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 33.08%
G = 28.27%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC93C9 (or 0xAC93C9) is known color: Biloba Flower. HEX triplet: AC, 93 and C9. RGB value is (172,147,201). Sum of RGB (Red+Green+Blue) = 172+147+201=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C9 is #536C36. Grayscale: #A0A0A0. Windows color (decimal): -5467191 or 13210540. OLE color: 13210540.

HSL color Cylindrical-coordinate representation of color #AC93C9: hue angle of 267.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC93C9 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 147 201 -
CMYK 0.14 0.27 0 0.21
HSL 267.78º 0.33% 0.68% -
HSV(B) 267.78º 0.27% 0.79% -
XYZ 37.99 33.86 59.79 -
YUV 160.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 172 147 201 0.14 0.27 0 0.21 267.78 0.33 0.68
Hex AC 93 C9 E 1B 0 15 10C 21 44
Octal 254 223 311 16 33 0 25 414 41 104
Binary 10101100 10010011 11001001 1110 11011 0 10101 100001100 100001 1000100

Color Harmonies of #AC93C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93C9

Black with #AC93C9

Text Example


Text Example

White with #AC93C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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