Html Css Color HEX #AF3FFF Blue Violet

📋 copy color: '#AF3FFF'

red 175 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #AF3FFF

Tints of Blue Violet #AF3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 35.5%
G = 12.78%
B = 51.72%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF3FFF (or 0xAF3FFF) is known color: Blue Violet. HEX triplet: AF, 3F and FF. RGB value is (175,63,255). Sum of RGB (Red+Green+Blue) = 175+63+255=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFF is #50C000. Grayscale: #757575. Windows color (decimal): -5292033 or 16727983. OLE color: 16727983.

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

Color convert

RGB 175 63 255 -
CMYK 0.31 0.75 0 0
HSL 275º 1% 0.62% -
HSV(B) 275º 0.75% 1% -
XYZ 37.51 19.89 96.47 -
YUV 118.38 205.11 168.39 -
System Red Green Blue C M Y K H S L
Decimal 175 63 255 0.31 0.75 0 0 275 1 0.62
Hex AF 3F FF 1F 4B 0 0 113 64 3E
Octal 257 77 377 37 113 0 0 423 144 76
Binary 10101111 111111 11111111 11111 1001011 0 0 100010011 1100100 111110

Color Harmonies of #AF3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FFF

Black with #AF3FFF

Text Example


Text Example

White with #AF3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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