Html Css Color HEX #AF3DFE Blue Violet

📋 copy color: '#AF3DFE'

red 175 ◦ green 61 ◦ blue 254

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

Shades of Blue Violet #AF3DFE

Tints of Blue Violet #AF3DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.45%

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 35.71%
G = 12.45%
B = 51.84%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF3DFE (or 0xAF3DFE) is known color: Blue Violet. HEX triplet: AF, 3D and FE. RGB value is (175,61,254). Sum of RGB (Red+Green+Blue) = 175+61+254=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF3DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DFE is #50C201. Grayscale: #747474. Windows color (decimal): -5292546 or 16661935. OLE color: 16661935.

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

Color convert

RGB 175 61 254 -
CMYK 0.31 0.76 0 0.00
HSL 275.44º 0.99% 0.62% -
HSV(B) 275.44º 0.76% 1% -
XYZ 37.24 19.61 95.59 -
YUV 117.09 205.27 169.31 -
System Red Green Blue C M Y K H S L
Decimal 175 61 254 0.31 0.76 0 0.00 275.44 0.99 0.62
Hex AF 3D FE 1F 4C 0 0 113 63 3E
Octal 257 75 376 37 114 0 0 423 143 76
Binary 10101111 111101 11111110 11111 1001100 0 0 100010011 1100011 111110

Color Harmonies of #AF3DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DFE

Black with #AF3DFE

Text Example


Text Example

White with #AF3DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DFE; }

 p { color: rgb(175,61,254); }

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

background-color css

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

 a { background-color: rgb(175,61,254); }

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

border-color css

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

 span { border-color: rgb(175,61,254); }

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