Html Css Color HEX #AF50A5 Violet Blue

📋 copy color: '#AF50A5'

red 175 ◦ green 80 ◦ blue 165

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

Shades of Violet Blue #AF50A5

Tints of Violet Blue #AF50A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 41.67%
G = 19.05%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF50A5 (or 0xAF50A5) is known color: Violet Blue. HEX triplet: AF, 50 and A5. RGB value is (175,80,165). Sum of RGB (Red+Green+Blue) = 175+80+165=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A5 is #50AF5A. Grayscale: #757575. Windows color (decimal): -5287771 or 10834095. OLE color: 10834095.

HSL color Cylindrical-coordinate representation of color #AF50A5: hue angle of 306.32º 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 #AF50A5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 165 -
CMYK 0 0.54 0.06 0.31
HSL 306.32º 0.37% 0.5% -
HSV(B) 306.32º 0.54% 0.69% -
XYZ 27.34 17.57 37.55 -
YUV 118.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 175 80 165 0 0.54 0.06 0.31 306.32 0.37 0.5
Hex AF 50 A5 0 36 6 1F 132 25 32
Octal 257 120 245 0 66 6 37 462 45 62
Binary 10101111 1010000 10100101 0 110110 110 11111 100110010 100101 110010

Color Harmonies of #AF50A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50A5

Black with #AF50A5

Text Example


Text Example

White with #AF50A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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