Html Css Color HEX #AF6398 Violet Blue

📋 copy color: '#AF6398'

red 175 ◦ green 99 ◦ blue 152

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

Shades of Violet Blue #AF6398

Tints of Violet Blue #AF6398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

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

R = 41.08%
G = 23.24%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6398 (or 0xAF6398) is known color: Violet Blue. HEX triplet: AF, 63 and 98. RGB value is (175,99,152). Sum of RGB (Red+Green+Blue) = 175+99+152=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6398 is #509C67. Grayscale: #7F7F7F. Windows color (decimal): -5282920 or 9986991. OLE color: 9986991.

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

Color convert

RGB 175 99 152 -
CMYK 0 0.43 0.13 0.31
HSL 318.16º 0.32% 0.54% -
HSV(B) 318.16º 0.43% 0.69% -
XYZ 27.81 20.3 32.16 -
YUV 127.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 175 99 152 0 0.43 0.13 0.31 318.16 0.32 0.54
Hex AF 63 98 0 2B D 1F 13E 20 36
Octal 257 143 230 0 53 15 37 476 40 66
Binary 10101111 1100011 10011000 0 101011 1101 11111 100111110 100000 110110

Color Harmonies of #AF6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6398

Black with #AF6398

Text Example


Text Example

White with #AF6398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6398; }

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

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

background-color css

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

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

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

border-color css

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

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

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