Html Css Color HEX #AF3BFF Blue Violet

📋 copy color: '#AF3BFF'

red 175 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #AF3BFF

Tints of Blue Violet #AF3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 35.79%
G = 12.07%
B = 52.15%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF3BFF (or 0xAF3BFF) is known color: Blue Violet. HEX triplet: AF, 3B and FF. RGB value is (175,59,255). Sum of RGB (Red+Green+Blue) = 175+59+255=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF3BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BFF is #50C400. Grayscale: #737373. Windows color (decimal): -5293057 or 16726959. OLE color: 16726959.

HSL color Cylindrical-coordinate representation of color #AF3BFF: hue angle of 275.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3BFF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 59 255 -
CMYK 0.31 0.77 0 0
HSL 275.51º 1% 0.62% -
HSV(B) 275.51º 0.77% 1% -
XYZ 37.29 19.46 96.4 -
YUV 116.03 206.43 170.06 -
System Red Green Blue C M Y K H S L
Decimal 175 59 255 0.31 0.77 0 0 275.51 1 0.62
Hex AF 3B FF 1F 4D 0 0 114 64 3E
Octal 257 73 377 37 115 0 0 424 144 76
Binary 10101111 111011 11111111 11111 1001101 0 0 100010100 1100100 111110

Color Harmonies of #AF3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BFF

Black with #AF3BFF

Text Example


Text Example

White with #AF3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BFF; }

 p { color: rgb(175,59,255); }

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

background-color css

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

 a { background-color: rgb(175,59,255); }

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

border-color css

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

 span { border-color: rgb(175,59,255); }

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