Html Css Color HEX #AB62DB Amethyst

📋 copy color: '#AB62DB'

red 171 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #AB62DB

Tints of Amethyst #AB62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 35.04%
G = 20.08%
B = 44.88%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB62DB (or 0xAB62DB) is known color: Amethyst. HEX triplet: AB, 62 and DB. RGB value is (171,98,219). Sum of RGB (Red+Green+Blue) = 171+98+219=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62DB is #549D24. Grayscale: #858585. Windows color (decimal): -5545253 or 14377643. OLE color: 14377643.

HSL color Cylindrical-coordinate representation of color #AB62DB: hue angle of 276.2º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB62DB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 98 219 -
CMYK 0.22 0.55 0 0.14
HSL 276.2º 0.63% 0.62% -
HSV(B) 276.2º 0.55% 0.86% -
XYZ 33.95 22.51 69.57 -
YUV 133.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 171 98 219 0.22 0.55 0 0.14 276.2 0.63 0.62
Hex AB 62 DB 16 37 0 E 114 3F 3E
Octal 253 142 333 26 67 0 16 424 77 76
Binary 10101011 1100010 11011011 10110 110111 0 1110 100010100 111111 111110

Color Harmonies of #AB62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62DB

Black with #AB62DB

Text Example


Text Example

White with #AB62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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