Html Css Color HEX #A274CE Amethyst

📋 copy color: '#A274CE'

red 162 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #A274CE

Tints of Amethyst #A274CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 33.47%
G = 23.97%
B = 42.56%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A274CE (or 0xA274CE) is known color: Amethyst. HEX triplet: A2, 74 and CE. RGB value is (162,116,206). Sum of RGB (Red+Green+Blue) = 162+116+206=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A274CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274CE is #5D8B31. Grayscale: #8B8B8B. Windows color (decimal): -6130482 or 13530274. OLE color: 13530274.

HSL color Cylindrical-coordinate representation of color #A274CE: hue angle of 270.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A274CE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 116 206 -
CMYK 0.21 0.44 0 0.19
HSL 270.67º 0.48% 0.63% -
HSV(B) 270.67º 0.44% 0.81% -
XYZ 32.29 24.63 61.44 -
YUV 140.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 162 116 206 0.21 0.44 0 0.19 270.67 0.48 0.63
Hex A2 74 CE 15 2C 0 13 10F 30 3F
Octal 242 164 316 25 54 0 23 417 60 77
Binary 10100010 1110100 11001110 10101 101100 0 10011 100001111 110000 111111

Color Harmonies of #A274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274CE

Black with #A274CE

Text Example


Text Example

White with #A274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274CE; }

 p { color: rgb(162,116,206); }

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

background-color css

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

 a { background-color: rgb(162,116,206); }

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

border-color css

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

 span { border-color: rgb(162,116,206); }

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