Html Css Color HEX #AF2BF6 Blue Violet

📋 copy color: '#AF2BF6'

red 175 ◦ green 43 ◦ blue 246

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

Shades of Blue Violet #AF2BF6

Tints of Blue Violet #AF2BF6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.27%

 BLUE value IS 246 (96.48% from 255) = 53.02%

R = 37.72%
G = 9.27%
B = 53.02%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF2BF6 (or 0xAF2BF6) is known color: Blue Violet. HEX triplet: AF, 2B and F6. RGB value is (175,43,246). Sum of RGB (Red+Green+Blue) = 175+43+246=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF2BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BF6 is #50D409. Grayscale: #686868. Windows color (decimal): -5297162 or 16133039. OLE color: 16133039.

HSL color Cylindrical-coordinate representation of color #AF2BF6: hue angle of 279.01º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF2BF6 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 43 246 -
CMYK 0.29 0.83 0 0.04
HSL 279.01º 0.92% 0.57% -
HSV(B) 279.01º 0.83% 0.96% -
XYZ 35.18 17.5 88.71 -
YUV 105.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 175 43 246 0.29 0.83 0 0.04 279.01 0.92 0.57
Hex AF 2B F6 1D 53 0 4 117 5C 39
Octal 257 53 366 35 123 0 4 427 134 71
Binary 10101111 101011 11110110 11101 1010011 0 100 100010111 1011100 111001

Color Harmonies of #AF2BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BF6

Black with #AF2BF6

Text Example


Text Example

White with #AF2BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BF6; }

 p { color: rgb(175,43,246); }

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

background-color css

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

 a { background-color: rgb(175,43,246); }

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

border-color css

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

 span { border-color: rgb(175,43,246); }

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