Html Css Color HEX #AC66CA Medium Orchid

📋 copy color: '#AC66CA'

red 172 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #AC66CA

Tints of Medium Orchid #AC66CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

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

R = 36.13%
G = 21.43%
B = 42.44%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC66CA (or 0xAC66CA) is known color: Medium Orchid. HEX triplet: AC, 66 and CA. RGB value is (172,102,202). Sum of RGB (Red+Green+Blue) = 172+102+202=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66CA is #539935. Grayscale: #868686. Windows color (decimal): -5478710 or 13264556. OLE color: 13264556.

HSL color Cylindrical-coordinate representation of color #AC66CA: hue angle of 282º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC66CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 102 202 -
CMYK 0.15 0.50 0 0.21
HSL 282º 0.49% 0.6% -
HSV(B) 282º 0.5% 0.79% -
XYZ 32.43 22.54 58.52 -
YUV 134.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 172 102 202 0.15 0.50 0 0.21 282 0.49 0.6
Hex AC 66 CA F 32 0 15 11A 31 3C
Octal 254 146 312 17 62 0 25 432 61 74
Binary 10101100 1100110 11001010 1111 110010 0 10101 100011010 110001 111100

Color Harmonies of #AC66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC66CA

Black with #AC66CA

Text Example


Text Example

White with #AC66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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