Html Css Color HEX #AC93CB Biloba Flower

📋 copy color: '#AC93CB'

red 172 ◦ green 147 ◦ blue 203

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

Shades of Biloba Flower #AC93CB

Tints of Biloba Flower #AC93CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 32.95%
G = 28.16%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC93CB (or 0xAC93CB) is known color: Biloba Flower. HEX triplet: AC, 93 and CB. RGB value is (172,147,203). Sum of RGB (Red+Green+Blue) = 172+147+203=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93CB is #536C34. Grayscale: #A0A0A0. Windows color (decimal): -5467189 or 13341612. OLE color: 13341612.

HSL color Cylindrical-coordinate representation of color #AC93CB: hue angle of 266.79º degrees, saturation: 0.35, 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 #AC93CB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 147 203 -
CMYK 0.15 0.28 0 0.20
HSL 266.79º 0.35% 0.69% -
HSV(B) 266.79º 0.28% 0.8% -
XYZ 38.23 33.95 61.04 -
YUV 160.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 172 147 203 0.15 0.28 0 0.20 266.79 0.35 0.69
Hex AC 93 CB F 1C 0 14 10B 23 45
Octal 254 223 313 17 34 0 24 413 43 105
Binary 10101100 10010011 11001011 1111 11100 0 10100 100001011 100011 1000101

Color Harmonies of #AC93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93CB

Black with #AC93CB

Text Example


Text Example

White with #AC93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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