Html Css Color HEX #A270CB Amethyst

📋 copy color: '#A270CB'

red 162 ◦ green 112 ◦ blue 203

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

Shades of Amethyst #A270CB

Tints of Amethyst #A270CB

RGB

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

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

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

R = 33.96%
G = 23.48%
B = 42.56%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A270CB (or 0xA270CB) is known color: Amethyst. HEX triplet: A2, 70 and CB. RGB value is (162,112,203). Sum of RGB (Red+Green+Blue) = 162+112+203=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A270CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CB is #5D8F34. Grayscale: #898989. Windows color (decimal): -6131509 or 13332642. OLE color: 13332642.

HSL color Cylindrical-coordinate representation of color #A270CB: hue angle of 272.97º 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 #A270CB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 112 203 -
CMYK 0.20 0.45 0 0.20
HSL 272.97º 0.47% 0.62% -
HSV(B) 272.97º 0.45% 0.8% -
XYZ 31.47 23.58 59.39 -
YUV 137.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 162 112 203 0.20 0.45 0 0.20 272.97 0.47 0.62
Hex A2 70 CB 14 2D 0 14 111 2F 3E
Octal 242 160 313 24 55 0 24 421 57 76
Binary 10100010 1110000 11001011 10100 101101 0 10100 100010001 101111 111110

Color Harmonies of #A270CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270CB

Black with #A270CB

Text Example


Text Example

White with #A270CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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