Html Css Color HEX #AF419E Violet Blue

📋 copy color: '#AF419E'

red 175 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #AF419E

Tints of Violet Blue #AF419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 43.97%
G = 16.33%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF419E (or 0xAF419E) is known color: Violet Blue. HEX triplet: AF, 41 and 9E. RGB value is (175,65,158). Sum of RGB (Red+Green+Blue) = 175+65+158=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF419E is #50BE61. Grayscale: #6C6C6C. Windows color (decimal): -5291618 or 10371503. OLE color: 10371503.

HSL color Cylindrical-coordinate representation of color #AF419E: hue angle of 309.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF419E is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 158 -
CMYK 0 0.63 0.10 0.31
HSL 309.27º 0.46% 0.47% -
HSV(B) 309.27º 0.63% 0.69% -
XYZ 25.74 15.36 33.96 -
YUV 108.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 175 65 158 0 0.63 0.10 0.31 309.27 0.46 0.47
Hex AF 41 9E 0 3F A 1F 135 2E 2F
Octal 257 101 236 0 77 12 37 465 56 57
Binary 10101111 1000001 10011110 0 111111 1010 11111 100110101 101110 101111

Color Harmonies of #AF419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF419E

Black with #AF419E

Text Example


Text Example

White with #AF419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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