Html Css Color HEX #A674A0 Violet Blue

📋 copy color: '#A674A0'

red 166 ◦ green 116 ◦ blue 160

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

Shades of Violet Blue #A674A0

Tints of Violet Blue #A674A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 37.56%
G = 26.24%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A674A0 (or 0xA674A0) is known color: Violet Blue. HEX triplet: A6, 74 and A0. RGB value is (166,116,160). Sum of RGB (Red+Green+Blue) = 166+116+160=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A674A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674A0 is #598B5F. Grayscale: #878787. Windows color (decimal): -5868384 or 10515622. OLE color: 10515622.

HSL color Cylindrical-coordinate representation of color #A674A0: hue angle of 307.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A674A0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 160 -
CMYK 0 0.30 0.04 0.35
HSL 307.2º 0.22% 0.55% -
HSV(B) 307.2º 0.3% 0.65% -
XYZ 28.32 23.14 36.23 -
YUV 135.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 166 116 160 0 0.30 0.04 0.35 307.2 0.22 0.55
Hex A6 74 A0 0 1E 4 23 133 16 37
Octal 246 164 240 0 36 4 43 463 26 67
Binary 10100110 1110100 10100000 0 11110 100 100011 100110011 10110 110111

Color Harmonies of #A674A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674A0

Black with #A674A0

Text Example


Text Example

White with #A674A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674A0; }

 p { color: rgb(166,116,160); }

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

background-color css

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

 a { background-color: rgb(166,116,160); }

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

border-color css

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

 span { border-color: rgb(166,116,160); }

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