Html Css Color HEX #AF459E Violet Blue

📋 copy color: '#AF459E'

red 175 ◦ green 69 ◦ blue 158

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

Shades of Violet Blue #AF459E

Tints of Violet Blue #AF459E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 43.53%
G = 17.16%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF459E (or 0xAF459E) is known color: Violet Blue. HEX triplet: AF, 45 and 9E. RGB value is (175,69,158). Sum of RGB (Red+Green+Blue) = 175+69+158=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF459E is #50BA61. Grayscale: #6E6E6E. Windows color (decimal): -5290594 or 10372527. OLE color: 10372527.

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

Color convert

RGB 175 69 158 -
CMYK 0 0.61 0.10 0.31
HSL 309.62º 0.43% 0.48% -
HSV(B) 309.62º 0.61% 0.69% -
XYZ 25.98 15.84 34.04 -
YUV 110.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 175 69 158 0 0.61 0.10 0.31 309.62 0.43 0.48
Hex AF 45 9E 0 3D A 1F 136 2B 30
Octal 257 105 236 0 75 12 37 466 53 60
Binary 10101111 1000101 10011110 0 111101 1010 11111 100110110 101011 110000

Color Harmonies of #AF459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF459E

Black with #AF459E

Text Example


Text Example

White with #AF459E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF459E; }

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

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

background-color css

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

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

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

border-color css

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

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

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