Html Css Color HEX #A362DB Amethyst

📋 copy color: '#A362DB'

red 163 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A362DB

Tints of Amethyst #A362DB

RGB

 RED value IS 163 (64.06% from 255) = 33.96%

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

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

R = 33.96%
G = 20.42%
B = 45.63%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A362DB (or 0xA362DB) is known color: Amethyst. HEX triplet: A3, 62 and DB. RGB value is (163,98,219). Sum of RGB (Red+Green+Blue) = 163+98+219=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A362DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362DB is #5C9D24. Grayscale: #828282. Windows color (decimal): -6069541 or 14377635. OLE color: 14377635.

HSL color Cylindrical-coordinate representation of color #A362DB: hue angle of 272.23º 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 #A362DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 98 219 -
CMYK 0.26 0.55 0 0.14
HSL 272.23º 0.63% 0.62% -
HSV(B) 272.23º 0.55% 0.86% -
XYZ 32.26 21.64 69.49 -
YUV 131.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 163 98 219 0.26 0.55 0 0.14 272.23 0.63 0.62
Hex A3 62 DB 1A 37 0 E 110 3F 3E
Octal 243 142 333 32 67 0 16 420 77 76
Binary 10100011 1100010 11011011 11010 110111 0 1110 100010000 111111 111110

Color Harmonies of #A362DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362DB

Black with #A362DB

Text Example


Text Example

White with #A362DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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