Html Css Color HEX #A362AD Violet Blue

📋 copy color: '#A362AD'

red 163 ◦ green 98 ◦ blue 173

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

Shades of Violet Blue #A362AD

Tints of Violet Blue #A362AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 37.56%
G = 22.58%
B = 39.86%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A362AD (or 0xA362AD) is known color: Violet Blue. HEX triplet: A3, 62 and AD. RGB value is (163,98,173). Sum of RGB (Red+Green+Blue) = 163+98+173=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A362AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AD is #5C9D52. Grayscale: #7D7D7D. Windows color (decimal): -6069587 or 11362979. OLE color: 11362979.

HSL color Cylindrical-coordinate representation of color #A362AD: hue angle of 292º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A362AD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 98 173 -
CMYK 0.06 0.43 0 0.32
HSL 292º 0.31% 0.53% -
HSV(B) 292º 0.43% 0.68% -
XYZ 27.01 19.54 41.88 -
YUV 125.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 163 98 173 0.06 0.43 0 0.32 292 0.31 0.53
Hex A3 62 AD 6 2B 0 20 124 1F 35
Octal 243 142 255 6 53 0 40 444 37 65
Binary 10100011 1100010 10101101 110 101011 0 100000 100100100 11111 110101

Color Harmonies of #A362AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362AD

Black with #A362AD

Text Example


Text Example

White with #A362AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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