Html Css Color HEX #AF5098 Violet Blue

📋 copy color: '#AF5098'

red 175 ◦ green 80 ◦ blue 152

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

Shades of Violet Blue #AF5098

Tints of Violet Blue #AF5098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 43%
G = 19.66%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF5098 (or 0xAF5098) is known color: Violet Blue. HEX triplet: AF, 50 and 98. RGB value is (175,80,152). Sum of RGB (Red+Green+Blue) = 175+80+152=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5098 is #50AF67. Grayscale: #747474. Windows color (decimal): -5287784 or 9982127. OLE color: 9982127.

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

Color convert

RGB 175 80 152 -
CMYK 0 0.54 0.13 0.31
HSL 314.53º 0.37% 0.5% -
HSV(B) 314.53º 0.54% 0.69% -
XYZ 26.22 17.12 31.63 -
YUV 116.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 175 80 152 0 0.54 0.13 0.31 314.53 0.37 0.5
Hex AF 50 98 0 36 D 1F 13B 25 32
Octal 257 120 230 0 66 15 37 473 45 62
Binary 10101111 1010000 10011000 0 110110 1101 11111 100111011 100101 110010

Color Harmonies of #AF5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5098

Black with #AF5098

Text Example


Text Example

White with #AF5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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