Html Css Color HEX #A274D0 Amethyst

📋 copy color: '#A274D0'

red 162 ◦ green 116 ◦ blue 208

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

Shades of Amethyst #A274D0

Tints of Amethyst #A274D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 33.33%
G = 23.87%
B = 42.8%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A274D0 (or 0xA274D0) is known color: Amethyst. HEX triplet: A2, 74 and D0. RGB value is (162,116,208). Sum of RGB (Red+Green+Blue) = 162+116+208=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #A274D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274D0 is #5D8B2F. Grayscale: #8B8B8B. Windows color (decimal): -6130480 or 13661346. OLE color: 13661346.

HSL color Cylindrical-coordinate representation of color #A274D0: hue angle of 270º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A274D0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 116 208 -
CMYK 0.22 0.44 0 0.18
HSL 270º 0.49% 0.64% -
HSV(B) 270º 0.44% 0.82% -
XYZ 32.53 24.73 62.73 -
YUV 140.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 162 116 208 0.22 0.44 0 0.18 270 0.49 0.64
Hex A2 74 D0 16 2C 0 12 10E 31 40
Octal 242 164 320 26 54 0 22 416 61 100
Binary 10100010 1110100 11010000 10110 101100 0 10010 100001110 110001 1000000

Color Harmonies of #A274D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274D0

Black with #A274D0

Text Example


Text Example

White with #A274D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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