Html Css Color HEX #AF459F Violet Blue

📋 copy color: '#AF459F'

red 175 ◦ green 69 ◦ blue 159

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

Shades of Violet Blue #AF459F

Tints of Violet Blue #AF459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 43.42%
G = 17.12%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF459F (or 0xAF459F) is known color: Violet Blue. HEX triplet: AF, 45 and 9F. RGB value is (175,69,159). Sum of RGB (Red+Green+Blue) = 175+69+159=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF459F is #50BA60. Grayscale: #6E6E6E. Windows color (decimal): -5290593 or 10438063. OLE color: 10438063.

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

Color convert

RGB 175 69 159 -
CMYK 0 0.61 0.09 0.31
HSL 309.06º 0.43% 0.48% -
HSV(B) 309.06º 0.61% 0.69% -
XYZ 26.07 15.87 34.49 -
YUV 110.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 175 69 159 0 0.61 0.09 0.31 309.06 0.43 0.48
Hex AF 45 9F 0 3D 9 1F 135 2B 30
Octal 257 105 237 0 75 11 37 465 53 60
Binary 10101111 1000101 10011111 0 111101 1001 11111 100110101 101011 110000

Color Harmonies of #AF459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF459F

Black with #AF459F

Text Example


Text Example

White with #AF459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF459F; }

 p { color: rgb(175,69,159); }

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

background-color css

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

 a { background-color: rgb(175,69,159); }

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

border-color css

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

 span { border-color: rgb(175,69,159); }

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