Html Css Color HEX #A462CB Amethyst

📋 copy color: '#A462CB'

red 164 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #A462CB

Tints of Amethyst #A462CB

RGB

 RED value IS 164 (64.45% from 255) = 35.27%

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 35.27%
G = 21.08%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A462CB (or 0xA462CB) is known color: Amethyst. HEX triplet: A4, 62 and CB. RGB value is (164,98,203). Sum of RGB (Red+Green+Blue) = 164+98+203=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #A462CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462CB is #5B9D34. Grayscale: #818181. Windows color (decimal): -6004021 or 13329060. OLE color: 13329060.

HSL color Cylindrical-coordinate representation of color #A462CB: hue angle of 277.71º 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 #A462CB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 98 203 -
CMYK 0.19 0.52 0 0.20
HSL 277.71º 0.5% 0.59% -
HSV(B) 277.71º 0.52% 0.8% -
XYZ 30.46 20.94 58.94 -
YUV 129.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 164 98 203 0.19 0.52 0 0.20 277.71 0.5 0.59
Hex A4 62 CB 13 34 0 14 116 32 3B
Octal 244 142 313 23 64 0 24 426 62 73
Binary 10100100 1100010 11001011 10011 110100 0 10100 100010110 110010 111011

Color Harmonies of #A462CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462CB

Black with #A462CB

Text Example


Text Example

White with #A462CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462CB; }

 p { color: rgb(164,98,203); }

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

background-color css

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

 a { background-color: rgb(164,98,203); }

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

border-color css

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

 span { border-color: rgb(164,98,203); }

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