Html Css Color HEX #A261CB Amethyst

📋 copy color: '#A261CB'

red 162 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #A261CB

Tints of Amethyst #A261CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 35.06%
G = 21%
B = 43.94%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A261CB (or 0xA261CB) is known color: Amethyst. HEX triplet: A2, 61 and CB. RGB value is (162,97,203). Sum of RGB (Red+Green+Blue) = 162+97+203=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A261CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261CB is #5D9E34. Grayscale: #808080. Windows color (decimal): -6135349 or 13328802. OLE color: 13328802.

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

Color convert

RGB 162 97 203 -
CMYK 0.20 0.52 0 0.20
HSL 276.79º 0.5% 0.59% -
HSV(B) 276.79º 0.52% 0.8% -
XYZ 29.95 20.54 58.89 -
YUV 128.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 162 97 203 0.20 0.52 0 0.20 276.79 0.5 0.59
Hex A2 61 CB 14 34 0 14 115 32 3B
Octal 242 141 313 24 64 0 24 425 62 73
Binary 10100010 1100001 11001011 10100 110100 0 10100 100010101 110010 111011

Color Harmonies of #A261CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261CB

Black with #A261CB

Text Example


Text Example

White with #A261CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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