Html Css Color HEX #AF5398 Violet Blue

📋 copy color: '#AF5398'

red 175 ◦ green 83 ◦ blue 152

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

Shades of Violet Blue #AF5398

Tints of Violet Blue #AF5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 42.68%
G = 20.24%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF5398 (or 0xAF5398) is known color: Violet Blue. HEX triplet: AF, 53 and 98. RGB value is (175,83,152). Sum of RGB (Red+Green+Blue) = 175+83+152=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5398 is #50AC67. Grayscale: #767676. Windows color (decimal): -5287016 or 9982895. OLE color: 9982895.

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

Color convert

RGB 175 83 152 -
CMYK 0 0.53 0.13 0.31
HSL 315º 0.37% 0.51% -
HSV(B) 315º 0.53% 0.69% -
XYZ 26.44 17.57 31.7 -
YUV 118.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 175 83 152 0 0.53 0.13 0.31 315 0.37 0.51
Hex AF 53 98 0 35 D 1F 13B 25 33
Octal 257 123 230 0 65 15 37 473 45 63
Binary 10101111 1010011 10011000 0 110101 1101 11111 100111011 100101 110011

Color Harmonies of #AF5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5398

Black with #AF5398

Text Example


Text Example

White with #AF5398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5398; }

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

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

background-color css

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

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

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

border-color css

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

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

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