Html Css Color HEX #A274CF Amethyst

📋 copy color: '#A274CF'

red 162 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #A274CF

Tints of Amethyst #A274CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 33.4%
G = 23.92%
B = 42.68%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A274CF (or 0xA274CF) is known color: Amethyst. HEX triplet: A2, 74 and CF. RGB value is (162,116,207). Sum of RGB (Red+Green+Blue) = 162+116+207=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A274CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274CF is #5D8B30. Grayscale: #8B8B8B. Windows color (decimal): -6130481 or 13595810. OLE color: 13595810.

HSL color Cylindrical-coordinate representation of color #A274CF: hue angle of 270.33º degrees, saturation: 0.49, 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 #A274CF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 116 207 -
CMYK 0.22 0.44 0 0.19
HSL 270.33º 0.49% 0.63% -
HSV(B) 270.33º 0.44% 0.81% -
XYZ 32.41 24.68 62.09 -
YUV 140.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 162 116 207 0.22 0.44 0 0.19 270.33 0.49 0.63
Hex A2 74 CF 16 2C 0 13 10E 31 3F
Octal 242 164 317 26 54 0 23 416 61 77
Binary 10100010 1110100 11001111 10110 101100 0 10011 100001110 110001 111111

Color Harmonies of #A274CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274CF

Black with #A274CF

Text Example


Text Example

White with #A274CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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