Html Css Color HEX #A270CC Amethyst

📋 copy color: '#A270CC'

red 162 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #A270CC

Tints of Amethyst #A270CC

RGB

 RED value IS 162 (63.67% from 255) = 33.89%

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 33.89%
G = 23.43%
B = 42.68%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A270CC (or 0xA270CC) is known color: Amethyst. HEX triplet: A2, 70 and CC. RGB value is (162,112,204). Sum of RGB (Red+Green+Blue) = 162+112+204=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A270CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CC is #5D8F33. Grayscale: #898989. Windows color (decimal): -6131508 or 13398178. OLE color: 13398178.

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

Color convert

RGB 162 112 204 -
CMYK 0.21 0.45 0 0.2
HSL 272.61º 0.47% 0.62% -
HSV(B) 272.61º 0.45% 0.8% -
XYZ 31.59 23.63 60.02 -
YUV 137.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 162 112 204 0.21 0.45 0 0.2 272.61 0.47 0.62
Hex A2 70 CC 15 2D 0 14 111 2F 3E
Octal 242 160 314 25 55 0 24 421 57 76
Binary 10100010 1110000 11001100 10101 101101 0 10100 100010001 101111 111110

Color Harmonies of #A270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270CC

Black with #A270CC

Text Example


Text Example

White with #A270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270CC; }

 p { color: rgb(162,112,204); }

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

background-color css

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

 a { background-color: rgb(162,112,204); }

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

border-color css

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

 span { border-color: rgb(162,112,204); }

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