Html Css Color HEX #A274CA Amethyst

📋 copy color: '#A274CA'

red 162 ◦ green 116 ◦ blue 202

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

Shades of Amethyst #A274CA

Tints of Amethyst #A274CA

RGB

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

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

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

R = 33.75%
G = 24.17%
B = 42.08%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A274CA (or 0xA274CA) is known color: Amethyst. HEX triplet: A2, 74 and CA. RGB value is (162,116,202). Sum of RGB (Red+Green+Blue) = 162+116+202=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #A274CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274CA is #5D8B35. Grayscale: #8B8B8B. Windows color (decimal): -6130486 or 13268130. OLE color: 13268130.

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

Color convert

RGB 162 116 202 -
CMYK 0.20 0.43 0 0.21
HSL 272.09º 0.45% 0.62% -
HSV(B) 272.09º 0.43% 0.79% -
XYZ 31.81 24.44 58.92 -
YUV 139.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 162 116 202 0.20 0.43 0 0.21 272.09 0.45 0.62
Hex A2 74 CA 14 2B 0 15 110 2D 3E
Octal 242 164 312 24 53 0 25 420 55 76
Binary 10100010 1110100 11001010 10100 101011 0 10101 100010000 101101 111110

Color Harmonies of #A274CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274CA

Black with #A274CA

Text Example


Text Example

White with #A274CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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