Html Css Color HEX #AB62DA Amethyst

📋 copy color: '#AB62DA'

red 171 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #AB62DA

Tints of Amethyst #AB62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 35.11%
G = 20.12%
B = 44.76%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB62DA (or 0xAB62DA) is known color: Amethyst. HEX triplet: AB, 62 and DA. RGB value is (171,98,218). Sum of RGB (Red+Green+Blue) = 171+98+218=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62DA is #549D25. Grayscale: #858585. Windows color (decimal): -5545254 or 14312107. OLE color: 14312107.

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

Color convert

RGB 171 98 218 -
CMYK 0.22 0.55 0 0.15
HSL 276.5º 0.62% 0.62% -
HSV(B) 276.5º 0.55% 0.85% -
XYZ 33.82 22.46 68.88 -
YUV 133.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 171 98 218 0.22 0.55 0 0.15 276.5 0.62 0.62
Hex AB 62 DA 16 37 0 F 114 3E 3E
Octal 253 142 332 26 67 0 17 424 76 76
Binary 10101011 1100010 11011010 10110 110111 0 1111 100010100 111110 111110

Color Harmonies of #AB62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62DA

Black with #AB62DA

Text Example


Text Example

White with #AB62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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