Html Css Color HEX #A414AF Dark Violet

📋 copy color: '#A414AF'

red 164 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #A414AF

Tints of Dark Violet #A414AF

RGB

 RED value IS 164 (64.45% from 255) = 45.68%

 GREEN value IS 20 (8.2% from 255) = 5.57%

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 45.68%
G = 5.57%
B = 48.75%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A414AF (or 0xA414AF) is known color: Dark Violet. HEX triplet: A4, 14 and AF. RGB value is (164,20,175). Sum of RGB (Red+Green+Blue) = 164+20+175=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A414AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414AF is #5BEB50. Grayscale: #505050. Windows color (decimal): -6024017 or 11474084. OLE color: 11474084.

HSL color Cylindrical-coordinate representation of color #A414AF: hue angle of 295.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A414AF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 20 175 -
CMYK 0.06 0.89 0 0.31
HSL 295.74º 0.79% 0.38% -
HSV(B) 295.74º 0.89% 0.69% -
XYZ 23.3 11.49 41.55 -
YUV 80.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 164 20 175 0.06 0.89 0 0.31 295.74 0.79 0.38
Hex A4 14 AF 6 59 0 1F 128 4F 26
Octal 244 24 257 6 131 0 37 450 117 46
Binary 10100100 10100 10101111 110 1011001 0 11111 100101000 1001111 100110

Color Harmonies of #A414AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414AF

Black with #A414AF

Text Example


Text Example

White with #A414AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414AF; }

 p { color: rgb(164,20,175); }

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

background-color css

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

 a { background-color: rgb(164,20,175); }

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

border-color css

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

 span { border-color: rgb(164,20,175); }

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