Html Css Color HEX #AF41FD Blue Violet

📋 copy color: '#AF41FD'

red 175 ◦ green 65 ◦ blue 253

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

Shades of Blue Violet #AF41FD

Tints of Blue Violet #AF41FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 35.5%
G = 13.18%
B = 51.32%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF41FD (or 0xAF41FD) is known color: Blue Violet. HEX triplet: AF, 41 and FD. RGB value is (175,65,253). Sum of RGB (Red+Green+Blue) = 175+65+253=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41FD is #50BE02. Grayscale: #767676. Windows color (decimal): -5291523 or 16597423. OLE color: 16597423.

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

Color convert

RGB 175 65 253 -
CMYK 0.31 0.74 0 0.01
HSL 275.11º 0.98% 0.62% -
HSV(B) 275.11º 0.74% 0.99% -
XYZ 37.3 19.99 94.82 -
YUV 119.32 203.44 167.71 -
System Red Green Blue C M Y K H S L
Decimal 175 65 253 0.31 0.74 0 0.01 275.11 0.98 0.62
Hex AF 41 FD 1F 4A 0 1 113 62 3E
Octal 257 101 375 37 112 0 1 423 142 76
Binary 10101111 1000001 11111101 11111 1001010 0 1 100010011 1100010 111110

Color Harmonies of #AF41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41FD

Black with #AF41FD

Text Example


Text Example

White with #AF41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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