Html Css Color HEX #AF50A3 Violet Blue

📋 copy color: '#AF50A3'

red 175 ◦ green 80 ◦ blue 163

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

Shades of Violet Blue #AF50A3

Tints of Violet Blue #AF50A3

RGB

 RED value IS 175 (68.75% from 255) = 41.87%

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 163 (64.06% from 255) = 39%

R = 41.87%
G = 19.14%
B = 39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF50A3 (or 0xAF50A3) is known color: Violet Blue. HEX triplet: AF, 50 and A3. RGB value is (175,80,163). Sum of RGB (Red+Green+Blue) = 175+80+163=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A3 is #50AF5C. Grayscale: #757575. Windows color (decimal): -5287773 or 10703023. OLE color: 10703023.

HSL color Cylindrical-coordinate representation of color #AF50A3: hue angle of 307.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF50A3 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 163 -
CMYK 0 0.54 0.07 0.31
HSL 307.58º 0.37% 0.5% -
HSV(B) 307.58º 0.54% 0.69% -
XYZ 27.16 17.5 36.6 -
YUV 117.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 175 80 163 0 0.54 0.07 0.31 307.58 0.37 0.5
Hex AF 50 A3 0 36 7 1F 134 25 32
Octal 257 120 243 0 66 7 37 464 45 62
Binary 10101111 1010000 10100011 0 110110 111 11111 100110100 100101 110010

Color Harmonies of #AF50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50A3

Black with #AF50A3

Text Example


Text Example

White with #AF50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50A3; }

 p { color: rgb(175,80,163); }

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

background-color css

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

 a { background-color: rgb(175,80,163); }

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

border-color css

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

 span { border-color: rgb(175,80,163); }

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