Html Css Color HEX #AF2EF3 Blue Violet

📋 copy color: '#AF2EF3'

red 175 ◦ green 46 ◦ blue 243

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

Shades of Blue Violet #AF2EF3

Tints of Blue Violet #AF2EF3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.91%

 BLUE value IS 243 (95.31% from 255) = 52.37%

R = 37.72%
G = 9.91%
B = 52.37%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF2EF3 (or 0xAF2EF3) is known color: Blue Violet. HEX triplet: AF, 2E and F3. RGB value is (175,46,243). Sum of RGB (Red+Green+Blue) = 175+46+243=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF2EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EF3 is #50D10C. Grayscale: #6A6A6A. Windows color (decimal): -5296397 or 15937199. OLE color: 15937199.

HSL color Cylindrical-coordinate representation of color #AF2EF3: hue angle of 279.29º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2EF3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 46 243 -
CMYK 0.28 0.81 0 0.05
HSL 279.29º 0.89% 0.57% -
HSV(B) 279.29º 0.81% 0.95% -
XYZ 34.83 17.54 86.34 -
YUV 107.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 175 46 243 0.28 0.81 0 0.05 279.29 0.89 0.57
Hex AF 2E F3 1C 51 0 5 117 59 39
Octal 257 56 363 34 121 0 5 427 131 71
Binary 10101111 101110 11110011 11100 1010001 0 101 100010111 1011001 111001

Color Harmonies of #AF2EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EF3

Black with #AF2EF3

Text Example


Text Example

White with #AF2EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EF3; }

 p { color: rgb(175,46,243); }

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

background-color css

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

 a { background-color: rgb(175,46,243); }

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

border-color css

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

 span { border-color: rgb(175,46,243); }

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