Html Css Color HEX #AC94CE Biloba Flower

📋 copy color: '#AC94CE'

red 172 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #AC94CE

Tints of Biloba Flower #AC94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.14%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 32.7%
G = 28.14%
B = 39.16%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC94CE (or 0xAC94CE) is known color: Biloba Flower. HEX triplet: AC, 94 and CE. RGB value is (172,148,206). Sum of RGB (Red+Green+Blue) = 172+148+206=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94CE is #536B31. Grayscale: #A1A1A1. Windows color (decimal): -5466930 or 13538476. OLE color: 13538476.

HSL color Cylindrical-coordinate representation of color #AC94CE: hue angle of 264.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC94CE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 148 206 -
CMYK 0.17 0.28 0 0.19
HSL 264.83º 0.37% 0.69% -
HSV(B) 264.83º 0.28% 0.81% -
XYZ 38.74 34.41 62.99 -
YUV 161.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 172 148 206 0.17 0.28 0 0.19 264.83 0.37 0.69
Hex AC 94 CE 11 1C 0 13 109 25 45
Octal 254 224 316 21 34 0 23 411 45 105
Binary 10101100 10010100 11001110 10001 11100 0 10011 100001001 100101 1000101

Color Harmonies of #AC94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94CE

Black with #AC94CE

Text Example


Text Example

White with #AC94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94CE; }

 p { color: rgb(172,148,206); }

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

background-color css

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

 a { background-color: rgb(172,148,206); }

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

border-color css

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

 span { border-color: rgb(172,148,206); }

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