Html Css Color HEX #AC93CA Biloba Flower

📋 copy color: '#AC93CA'

red 172 ◦ green 147 ◦ blue 202

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

Shades of Biloba Flower #AC93CA

Tints of Biloba Flower #AC93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 33.01%
G = 28.21%
B = 38.77%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC93CA (or 0xAC93CA) is known color: Biloba Flower. HEX triplet: AC, 93 and CA. RGB value is (172,147,202). Sum of RGB (Red+Green+Blue) = 172+147+202=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93CA is #536C35. Grayscale: #A0A0A0. Windows color (decimal): -5467190 or 13276076. OLE color: 13276076.

HSL color Cylindrical-coordinate representation of color #AC93CA: hue angle of 267.27º degrees, saturation: 0.34, 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 #AC93CA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 147 202 -
CMYK 0.15 0.27 0 0.21
HSL 267.27º 0.34% 0.68% -
HSV(B) 267.27º 0.27% 0.79% -
XYZ 38.11 33.9 60.41 -
YUV 160.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 172 147 202 0.15 0.27 0 0.21 267.27 0.34 0.68
Hex AC 93 CA F 1B 0 15 10B 22 44
Octal 254 223 312 17 33 0 25 413 42 104
Binary 10101100 10010011 11001010 1111 11011 0 10101 100001011 100010 1000100

Color Harmonies of #AC93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93CA

Black with #AC93CA

Text Example


Text Example

White with #AC93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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