Html Css Color HEX #5A0ADF Han Purple

📋 copy color: '#5A0ADF'

red 90 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #5A0ADF

Tints of Han Purple #5A0ADF

RGB

 RED value IS 90 (35.55% from 255) = 27.86%

 GREEN value IS 10 (4.3% from 255) = 3.1%

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 27.86%
G = 3.1%
B = 69.04%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A0ADF (or 0x5A0ADF) is known color: Han Purple. HEX triplet: 5A, 0A and DF. RGB value is (90,10,223). Sum of RGB (Red+Green+Blue) = 90+10+223=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0ADF is #A5F520. Grayscale: #393939. Windows color (decimal): -10876193 or 14617178. OLE color: 14617178.

HSL color Cylindrical-coordinate representation of color #5A0ADF: hue angle of 262.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0ADF is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 10 223 -
CMYK 0.60 0.96 0 0.13
HSL 262.54º 0.91% 0.46% -
HSV(B) 262.54º 0.96% 0.87% -
XYZ 17.64 7.72 70.37 -
YUV 58.2 221 150.68 -
System Red Green Blue C M Y K H S L
Decimal 90 10 223 0.60 0.96 0 0.13 262.54 0.91 0.46
Hex 5A A DF 3C 60 0 D 107 5B 2E
Octal 132 12 337 74 140 0 15 407 133 56
Binary 1011010 1010 11011111 111100 1100000 0 1101 100000111 1011011 101110

Color Harmonies of #5A0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0ADF

Black with #5A0ADF

Text Example


Text Example

White with #5A0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0ADF; }

 p { color: rgb(90,10,223); }

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

background-color css

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

 a { background-color: rgb(90,10,223); }

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

border-color css

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

 span { border-color: rgb(90,10,223); }

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