Html Css Color HEX #A275CB Amethyst

📋 copy color: '#A275CB'

red 162 ◦ green 117 ◦ blue 203

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

Shades of Amethyst #A275CB

Tints of Amethyst #A275CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 33.61%
G = 24.27%
B = 42.12%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A275CB (or 0xA275CB) is known color: Amethyst. HEX triplet: A2, 75 and CB. RGB value is (162,117,203). Sum of RGB (Red+Green+Blue) = 162+117+203=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A275CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CB is #5D8A34. Grayscale: #8B8B8B. Windows color (decimal): -6130229 or 13333922. OLE color: 13333922.

HSL color Cylindrical-coordinate representation of color #A275CB: hue angle of 271.4º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A275CB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 117 203 -
CMYK 0.20 0.42 0 0.20
HSL 271.4º 0.45% 0.63% -
HSV(B) 271.4º 0.42% 0.8% -
XYZ 32.04 24.72 59.58 -
YUV 140.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 162 117 203 0.20 0.42 0 0.20 271.4 0.45 0.63
Hex A2 75 CB 14 2A 0 14 10F 2D 3F
Octal 242 165 313 24 52 0 24 417 55 77
Binary 10100010 1110101 11001011 10100 101010 0 10100 100001111 101101 111111

Color Harmonies of #A275CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275CB

Black with #A275CB

Text Example


Text Example

White with #A275CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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