Html Css Color HEX #AD43A4 Violet Blue

📋 copy color: '#AD43A4'

red 173 ◦ green 67 ◦ blue 164

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

Shades of Violet Blue #AD43A4

Tints of Violet Blue #AD43A4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.58%

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 42.82%
G = 16.58%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD43A4 (or 0xAD43A4) is known color: Violet Blue. HEX triplet: AD, 43 and A4. RGB value is (173,67,164). Sum of RGB (Red+Green+Blue) = 173+67+164=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD43A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43A4 is #52BC5B. Grayscale: #6D6D6D. Windows color (decimal): -5422172 or 10765229. OLE color: 10765229.

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

Color convert

RGB 173 67 164 -
CMYK 0 0.61 0.05 0.32
HSL 305.09º 0.44% 0.47% -
HSV(B) 305.09º 0.61% 0.68% -
XYZ 25.94 15.58 36.76 -
YUV 109.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 173 67 164 0 0.61 0.05 0.32 305.09 0.44 0.47
Hex AD 43 A4 0 3D 5 20 131 2C 2F
Octal 255 103 244 0 75 5 40 461 54 57
Binary 10101101 1000011 10100100 0 111101 101 100000 100110001 101100 101111

Color Harmonies of #AD43A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD43A4

Black with #AD43A4

Text Example


Text Example

White with #AD43A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD43A4; }

 p { color: rgb(173,67,164); }

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

background-color css

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

 a { background-color: rgb(173,67,164); }

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

border-color css

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

 span { border-color: rgb(173,67,164); }

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