Html Css Color HEX #A407B3 Dark Violet

📋 copy color: '#A407B3'

red 164 ◦ green 7 ◦ blue 179

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

Shades of Dark Violet #A407B3

Tints of Dark Violet #A407B3

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 46.86%
G = 2%
B = 51.14%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A407B3 (or 0xA407B3) is known color: Dark Violet. HEX triplet: A4, 07 and B3. RGB value is (164,7,179). Sum of RGB (Red+Green+Blue) = 164+7+179=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #A407B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407B3 is #5BF84C. Grayscale: #494949. Windows color (decimal): -6027341 or 11732900. OLE color: 11732900.

HSL color Cylindrical-coordinate representation of color #A407B3: hue angle of 294.77º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407B3 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 7 179 -
CMYK 0.08 0.96 0 0.30
HSL 294.77º 0.92% 0.36% -
HSV(B) 294.77º 0.96% 0.7% -
XYZ 23.52 11.3 43.59 -
YUV 73.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 164 7 179 0.08 0.96 0 0.30 294.77 0.92 0.36
Hex A4 7 B3 8 60 0 1E 127 5C 24
Octal 244 7 263 10 140 0 36 447 134 44
Binary 10100100 111 10110011 1000 1100000 0 11110 100100111 1011100 100100

Color Harmonies of #A407B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407B3

Black with #A407B3

Text Example


Text Example

White with #A407B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407B3; }

 p { color: rgb(164,7,179); }

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

background-color css

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

 a { background-color: rgb(164,7,179); }

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

border-color css

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

 span { border-color: rgb(164,7,179); }

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