Html Css Color HEX #A0428F Violet Blue

📋 copy color: '#A0428F'

red 160 ◦ green 66 ◦ blue 143

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

Shades of Violet Blue #A0428F

Tints of Violet Blue #A0428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 43.36%
G = 17.89%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0428F (or 0xA0428F) is known color: Violet Blue. HEX triplet: A0, 42 and 8F. RGB value is (160,66,143). Sum of RGB (Red+Green+Blue) = 160+66+143=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0428F is #5FBD70. Grayscale: #666666. Windows color (decimal): -6274417 or 9388704. OLE color: 9388704.

HSL color Cylindrical-coordinate representation of color #A0428F: hue angle of 310.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0428F is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 143 -
CMYK 0 0.59 0.11 0.37
HSL 310.85º 0.42% 0.44% -
HSV(B) 310.85º 0.59% 0.63% -
XYZ 21.4 13.35 27.44 -
YUV 102.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 160 66 143 0 0.59 0.11 0.37 310.85 0.42 0.44
Hex A0 42 8F 0 3B B 25 137 2A 2C
Octal 240 102 217 0 73 13 45 467 52 54
Binary 10100000 1000010 10001111 0 111011 1011 100101 100110111 101010 101100

Color Harmonies of #A0428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0428F

Black with #A0428F

Text Example


Text Example

White with #A0428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0428F; }

 p { color: rgb(160,66,143); }

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

background-color css

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

 a { background-color: rgb(160,66,143); }

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

border-color css

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

 span { border-color: rgb(160,66,143); }

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