Html Css Color HEX #AB62D2 Amethyst

📋 copy color: '#AB62D2'

red 171 ◦ green 98 ◦ blue 210

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

Shades of Amethyst #AB62D2

Tints of Amethyst #AB62D2

RGB

 RED value IS 171 (67.19% from 255) = 35.7%

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

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 35.7%
G = 20.46%
B = 43.84%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB62D2 (or 0xAB62D2) is known color: Amethyst. HEX triplet: AB, 62 and D2. RGB value is (171,98,210). Sum of RGB (Red+Green+Blue) = 171+98+210=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB62D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62D2 is #549D2D. Grayscale: #848484. Windows color (decimal): -5545262 or 13787819. OLE color: 13787819.

HSL color Cylindrical-coordinate representation of color #AB62D2: hue angle of 279.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB62D2 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 98 210 -
CMYK 0.19 0.53 0 0.18
HSL 279.11º 0.55% 0.6% -
HSV(B) 279.11º 0.53% 0.82% -
XYZ 32.8 22.05 63.5 -
YUV 132.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 171 98 210 0.19 0.53 0 0.18 279.11 0.55 0.6
Hex AB 62 D2 13 35 0 12 117 37 3C
Octal 253 142 322 23 65 0 22 427 67 74
Binary 10101011 1100010 11010010 10011 110101 0 10010 100010111 110111 111100

Color Harmonies of #AB62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62D2

Black with #AB62D2

Text Example


Text Example

White with #AB62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62D2; }

 p { color: rgb(171,98,210); }

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

background-color css

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

 a { background-color: rgb(171,98,210); }

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

border-color css

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

 span { border-color: rgb(171,98,210); }

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