Html Css Color HEX #A275CF Amethyst

📋 copy color: '#A275CF'

red 162 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A275CF

Tints of Amethyst #A275CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 33.33%
G = 24.07%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A275CF (or 0xA275CF) is known color: Amethyst. HEX triplet: A2, 75 and CF. RGB value is (162,117,207). Sum of RGB (Red+Green+Blue) = 162+117+207=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A275CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CF is #5D8A30. Grayscale: #8C8C8C. Windows color (decimal): -6130225 or 13596066. OLE color: 13596066.

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

Color convert

RGB 162 117 207 -
CMYK 0.22 0.43 0 0.19
HSL 270º 0.48% 0.64% -
HSV(B) 270º 0.43% 0.81% -
XYZ 32.52 24.91 62.13 -
YUV 140.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 162 117 207 0.22 0.43 0 0.19 270 0.48 0.64
Hex A2 75 CF 16 2B 0 13 10E 30 40
Octal 242 165 317 26 53 0 23 416 60 100
Binary 10100010 1110101 11001111 10110 101011 0 10011 100001110 110000 1000000

Color Harmonies of #A275CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275CF

Black with #A275CF

Text Example


Text Example

White with #A275CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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