Html Css Color HEX #AC70CA Amethyst

📋 copy color: '#AC70CA'

red 172 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #AC70CA

Tints of Amethyst #AC70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

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

R = 35.39%
G = 23.05%
B = 41.56%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC70CA (or 0xAC70CA) is known color: Amethyst. HEX triplet: AC, 70 and CA. RGB value is (172,112,202). Sum of RGB (Red+Green+Blue) = 172+112+202=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CA is #538F35. Grayscale: #8B8B8B. Windows color (decimal): -5476150 or 13267116. OLE color: 13267116.

HSL color Cylindrical-coordinate representation of color #AC70CA: hue angle of 280º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC70CA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 112 202 -
CMYK 0.15 0.45 0 0.21
HSL 280º 0.46% 0.62% -
HSV(B) 280º 0.45% 0.79% -
XYZ 33.47 24.62 58.87 -
YUV 140.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 172 112 202 0.15 0.45 0 0.21 280 0.46 0.62
Hex AC 70 CA F 2D 0 15 118 2E 3E
Octal 254 160 312 17 55 0 25 430 56 76
Binary 10101100 1110000 11001010 1111 101101 0 10101 100011000 101110 111110

Color Harmonies of #AC70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70CA

Black with #AC70CA

Text Example


Text Example

White with #AC70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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