Html Css Color HEX #A74AA7 Violet Blue

📋 copy color: '#A74AA7'

red 167 ◦ green 74 ◦ blue 167

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

Shades of Violet Blue #A74AA7

Tints of Violet Blue #A74AA7

RGB

 RED value IS 167 (65.63% from 255) = 40.93%

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 40.93%
G = 18.14%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A74AA7 (or 0xA74AA7) is known color: Violet Blue. HEX triplet: A7, 4A and A7. RGB value is (167,74,167). Sum of RGB (Red+Green+Blue) = 167+74+167=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A74AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AA7 is #58B558. Grayscale: #707070. Windows color (decimal): -5813593 or 10963623. OLE color: 10963623.

HSL color Cylindrical-coordinate representation of color #A74AA7: hue angle of 300º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74AA7 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 74 167 -
CMYK 0 0.56 0 0.35
HSL 300º 0.39% 0.47% -
HSV(B) 300º 0.56% 0.65% -
XYZ 25.36 15.9 38.29 -
YUV 112.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 167 74 167 0 0.56 0 0.35 300 0.39 0.47
Hex A7 4A A7 0 38 0 23 12C 27 2F
Octal 247 112 247 0 70 0 43 454 47 57
Binary 10100111 1001010 10100111 0 111000 0 100011 100101100 100111 101111

Color Harmonies of #A74AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AA7

Black with #A74AA7

Text Example


Text Example

White with #A74AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AA7; }

 p { color: rgb(167,74,167); }

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

background-color css

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

 a { background-color: rgb(167,74,167); }

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

border-color css

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

 span { border-color: rgb(167,74,167); }

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