Html Css Color HEX #A06493 Violet Blue

📋 copy color: '#A06493'

red 160 ◦ green 100 ◦ blue 147

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

Shades of Violet Blue #A06493

Tints of Violet Blue #A06493

RGB

 RED value IS 160 (62.89% from 255) = 39.31%

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 39.31%
G = 24.57%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A06493 (or 0xA06493) is known color: Violet Blue. HEX triplet: A0, 64 and 93. RGB value is (160,100,147). Sum of RGB (Red+Green+Blue) = 160+100+147=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06493 is #5F9B6C. Grayscale: #7B7B7B. Windows color (decimal): -6265709 or 9659552. OLE color: 9659552.

HSL color Cylindrical-coordinate representation of color #A06493: hue angle of 313º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06493 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 147 -
CMYK 0 0.38 0.08 0.37
HSL 313º 0.24% 0.51% -
HSV(B) 313º 0.38% 0.63% -
XYZ 24.32 18.69 29.93 -
YUV 123.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 160 100 147 0 0.38 0.08 0.37 313 0.24 0.51
Hex A0 64 93 0 26 8 25 139 18 33
Octal 240 144 223 0 46 10 45 471 30 63
Binary 10100000 1100100 10010011 0 100110 1000 100101 100111001 11000 110011

Color Harmonies of #A06493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06493

Black with #A06493

Text Example


Text Example

White with #A06493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06493; }

 p { color: rgb(160,100,147); }

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

background-color css

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

 a { background-color: rgb(160,100,147); }

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

border-color css

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

 span { border-color: rgb(160,100,147); }

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