Html Css Color HEX #AD42A5 Violet Blue

📋 copy color: '#AD42A5'

red 173 ◦ green 66 ◦ blue 165

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

Shades of Violet Blue #AD42A5

Tints of Violet Blue #AD42A5

RGB

 RED value IS 173 (67.97% from 255) = 42.82%

 GREEN value IS 66 (26.17% from 255) = 16.34%

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 42.82%
G = 16.34%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD42A5 (or 0xAD42A5) is known color: Violet Blue. HEX triplet: AD, 42 and A5. RGB value is (173,66,165). Sum of RGB (Red+Green+Blue) = 173+66+165=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42A5 is #52BD5A. Grayscale: #6C6C6C. Windows color (decimal): -5422427 or 10830509. OLE color: 10830509.

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

Color convert

RGB 173 66 165 -
CMYK 0 0.62 0.05 0.32
HSL 304.49º 0.45% 0.47% -
HSV(B) 304.49º 0.62% 0.68% -
XYZ 25.97 15.5 37.22 -
YUV 109.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 173 66 165 0 0.62 0.05 0.32 304.49 0.45 0.47
Hex AD 42 A5 0 3E 5 20 130 2D 2F
Octal 255 102 245 0 76 5 40 460 55 57
Binary 10101101 1000010 10100101 0 111110 101 100000 100110000 101101 101111

Color Harmonies of #AD42A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42A5

Black with #AD42A5

Text Example


Text Example

White with #AD42A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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