Html Css Color HEX #AF41FF Blue Violet

📋 copy color: '#AF41FF'

red 175 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #AF41FF

Tints of Blue Violet #AF41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.13%

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

R = 35.35%
G = 13.13%
B = 51.52%

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

#AF41FF (or 0xAF41FF) is known color: Blue Violet. HEX triplet: AF, 41 and FF. RGB value is (175,65,255). Sum of RGB (Red+Green+Blue) = 175+65+255=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41FF is #50BE00. Grayscale: #767676. Windows color (decimal): -5291521 or 16728495. OLE color: 16728495.

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

Color convert

RGB 175 65 255 -
CMYK 0.31 0.75 0 0
HSL 274.74º 1% 0.63% -
HSV(B) 274.74º 0.75% 1% -
XYZ 37.62 20.11 96.51 -
YUV 119.55 204.44 167.55 -
System Red Green Blue C M Y K H S L
Decimal 175 65 255 0.31 0.75 0 0 274.74 1 0.63
Hex AF 41 FF 1F 4B 0 0 113 64 3F
Octal 257 101 377 37 113 0 0 423 144 77
Binary 10101111 1000001 11111111 11111 1001011 0 0 100010011 1100100 111111

Color Harmonies of #AF41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41FF

Black with #AF41FF

Text Example


Text Example

White with #AF41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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