Html Css Color HEX #A570AD Violet Blue

📋 copy color: '#A570AD'

red 165 ◦ green 112 ◦ blue 173

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

Shades of Violet Blue #A570AD

Tints of Violet Blue #A570AD

RGB

 RED value IS 165 (64.84% from 255) = 36.67%

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 36.67%
G = 24.89%
B = 38.44%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A570AD (or 0xA570AD) is known color: Violet Blue. HEX triplet: A5, 70 and AD. RGB value is (165,112,173). Sum of RGB (Red+Green+Blue) = 165+112+173=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A570AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570AD is #5A8F52. Grayscale: #868686. Windows color (decimal): -5934931 or 11366565. OLE color: 11366565.

HSL color Cylindrical-coordinate representation of color #A570AD: hue angle of 292.13º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A570AD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 112 173 -
CMYK 0.05 0.35 0 0.32
HSL 292.13º 0.27% 0.56% -
HSV(B) 292.13º 0.35% 0.68% -
XYZ 28.85 22.6 42.38 -
YUV 134.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 165 112 173 0.05 0.35 0 0.32 292.13 0.27 0.56
Hex A5 70 AD 5 23 0 20 124 1B 38
Octal 245 160 255 5 43 0 40 444 33 70
Binary 10100101 1110000 10101101 101 100011 0 100000 100100100 11011 111000

Color Harmonies of #A570AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570AD

Black with #A570AD

Text Example


Text Example

White with #A570AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570AD; }

 p { color: rgb(165,112,173); }

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

background-color css

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

 a { background-color: rgb(165,112,173); }

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

border-color css

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

 span { border-color: rgb(165,112,173); }

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