Html Css Color HEX #A247A0 Violet Blue

📋 copy color: '#A247A0'

red 162 ◦ green 71 ◦ blue 160

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

Shades of Violet Blue #A247A0

Tints of Violet Blue #A247A0

RGB

 RED value IS 162 (63.67% from 255) = 41.22%

 GREEN value IS 71 (28.13% from 255) = 18.07%

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

R = 41.22%
G = 18.07%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A247A0 (or 0xA247A0) is known color: Violet Blue. HEX triplet: A2, 47 and A0. RGB value is (162,71,160). Sum of RGB (Red+Green+Blue) = 162+71+160=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A247A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A247A0 is #5DB85F. Grayscale: #6C6C6C. Windows color (decimal): -6142048 or 10504098. OLE color: 10504098.

HSL color Cylindrical-coordinate representation of color #A247A0: hue angle of 301.32º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A247A0 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 160 -
CMYK 0 0.56 0.01 0.36
HSL 301.32º 0.39% 0.46% -
HSV(B) 301.32º 0.56% 0.64% -
XYZ 23.5 14.73 34.86 -
YUV 108.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 162 71 160 0 0.56 0.01 0.36 301.32 0.39 0.46
Hex A2 47 A0 0 38 1 24 12D 27 2E
Octal 242 107 240 0 70 1 44 455 47 56
Binary 10100010 1000111 10100000 0 111000 1 100100 100101101 100111 101110

Color Harmonies of #A247A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247A0

Black with #A247A0

Text Example


Text Example

White with #A247A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247A0; }

 p { color: rgb(162,71,160); }

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

background-color css

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

 a { background-color: rgb(162,71,160); }

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

border-color css

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

 span { border-color: rgb(162,71,160); }

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