Html Css Color HEX #AF3EA6 Violet Blue

📋 copy color: '#AF3EA6'

red 175 ◦ green 62 ◦ blue 166

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

Shades of Violet Blue #AF3EA6

Tints of Violet Blue #AF3EA6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.38%

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 43.42%
G = 15.38%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF3EA6 (or 0xAF3EA6) is known color: Violet Blue. HEX triplet: AF, 3E and A6. RGB value is (175,62,166). Sum of RGB (Red+Green+Blue) = 175+62+166=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EA6 is #50C159. Grayscale: #6B6B6B. Windows color (decimal): -5292378 or 10895023. OLE color: 10895023.

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

Color convert

RGB 175 62 166 -
CMYK 0 0.65 0.05 0.31
HSL 304.78º 0.48% 0.46% -
HSV(B) 304.78º 0.65% 0.69% -
XYZ 26.28 15.31 37.65 -
YUV 107.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 175 62 166 0 0.65 0.05 0.31 304.78 0.48 0.46
Hex AF 3E A6 0 41 5 1F 131 30 2E
Octal 257 76 246 0 101 5 37 461 60 56
Binary 10101111 111110 10100110 0 1000001 101 11111 100110001 110000 101110

Color Harmonies of #AF3EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EA6

Black with #AF3EA6

Text Example


Text Example

White with #AF3EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EA6; }

 p { color: rgb(175,62,166); }

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

background-color css

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

 a { background-color: rgb(175,62,166); }

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

border-color css

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

 span { border-color: rgb(175,62,166); }

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