Html Css Color HEX #A275CD Amethyst

📋 copy color: '#A275CD'

red 162 ◦ green 117 ◦ blue 205

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

Shades of Amethyst #A275CD

Tints of Amethyst #A275CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 33.47%
G = 24.17%
B = 42.36%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A275CD (or 0xA275CD) is known color: Amethyst. HEX triplet: A2, 75 and CD. RGB value is (162,117,205). Sum of RGB (Red+Green+Blue) = 162+117+205=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A275CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CD is #5D8A32. Grayscale: #8C8C8C. Windows color (decimal): -6130227 or 13464994. OLE color: 13464994.

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

Color convert

RGB 162 117 205 -
CMYK 0.21 0.43 0 0.20
HSL 270.68º 0.47% 0.63% -
HSV(B) 270.68º 0.43% 0.8% -
XYZ 32.28 24.81 60.85 -
YUV 140.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 162 117 205 0.21 0.43 0 0.20 270.68 0.47 0.63
Hex A2 75 CD 15 2B 0 14 10F 2F 3F
Octal 242 165 315 25 53 0 24 417 57 77
Binary 10100010 1110101 11001101 10101 101011 0 10100 100001111 101111 111111

Color Harmonies of #A275CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275CD

Black with #A275CD

Text Example


Text Example

White with #A275CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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