Html Css Color HEX #A607B3 Dark Violet

📋 copy color: '#A607B3'

red 166 ◦ green 7 ◦ blue 179

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

Shades of Dark Violet #A607B3

Tints of Dark Violet #A607B3

RGB

 RED value IS 166 (65.23% from 255) = 47.16%

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

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

R = 47.16%
G = 1.99%
B = 50.85%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A607B3 (or 0xA607B3) is known color: Dark Violet. HEX triplet: A6, 07 and B3. RGB value is (166,7,179). Sum of RGB (Red+Green+Blue) = 166+7+179=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #A607B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607B3 is #59F84C. Grayscale: #494949. Windows color (decimal): -5896269 or 11732902. OLE color: 11732902.

HSL color Cylindrical-coordinate representation of color #A607B3: hue angle of 295.47º 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 #A607B3 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 7 179 -
CMYK 0.07 0.96 0 0.30
HSL 295.47º 0.92% 0.36% -
HSV(B) 295.47º 0.96% 0.7% -
XYZ 23.94 11.51 43.61 -
YUV 74.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 166 7 179 0.07 0.96 0 0.30 295.47 0.92 0.36
Hex A6 7 B3 7 60 0 1E 127 5C 24
Octal 246 7 263 7 140 0 36 447 134 44
Binary 10100110 111 10110011 111 1100000 0 11110 100100111 1011100 100100

Color Harmonies of #A607B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607B3

Black with #A607B3

Text Example


Text Example

White with #A607B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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