Html Css Color HEX #A662CB Amethyst

📋 copy color: '#A662CB'

red 166 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #A662CB

Tints of Amethyst #A662CB

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

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

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

R = 35.55%
G = 20.99%
B = 43.47%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A662CB (or 0xA662CB) is known color: Amethyst. HEX triplet: A6, 62 and CB. RGB value is (166,98,203). Sum of RGB (Red+Green+Blue) = 166+98+203=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A662CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CB is #599D34. Grayscale: #818181. Windows color (decimal): -5872949 or 13329062. OLE color: 13329062.

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

Color convert

RGB 166 98 203 -
CMYK 0.18 0.52 0 0.20
HSL 278.86º 0.5% 0.59% -
HSV(B) 278.86º 0.52% 0.8% -
XYZ 30.87 21.15 58.96 -
YUV 130.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 166 98 203 0.18 0.52 0 0.20 278.86 0.5 0.59
Hex A6 62 CB 12 34 0 14 117 32 3B
Octal 246 142 313 22 64 0 24 427 62 73
Binary 10100110 1100010 11001011 10010 110100 0 10100 100010111 110010 111011

Color Harmonies of #A662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662CB

Black with #A662CB

Text Example


Text Example

White with #A662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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