Html Css Color HEX #AF2FFE Blue Violet

📋 copy color: '#AF2FFE'

red 175 ◦ green 47 ◦ blue 254

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

Shades of Blue Violet #AF2FFE

Tints of Blue Violet #AF2FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

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

R = 36.76%
G = 9.87%
B = 53.36%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF2FFE (or 0xAF2FFE) is known color: Blue Violet. HEX triplet: AF, 2F and FE. RGB value is (175,47,254). Sum of RGB (Red+Green+Blue) = 175+47+254=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FFE is #50D001. Grayscale: #6C6C6C. Windows color (decimal): -5296130 or 16658351. OLE color: 16658351.

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

Color convert

RGB 175 47 254 -
CMYK 0.31 0.81 0 0.00
HSL 277.1º 0.99% 0.59% -
HSV(B) 277.1º 0.81% 1% -
XYZ 36.59 18.3 95.37 -
YUV 108.87 209.91 175.17 -
System Red Green Blue C M Y K H S L
Decimal 175 47 254 0.31 0.81 0 0.00 277.1 0.99 0.59
Hex AF 2F FE 1F 51 0 0 115 63 3B
Octal 257 57 376 37 121 0 0 425 143 73
Binary 10101111 101111 11111110 11111 1010001 0 0 100010101 1100011 111011

Color Harmonies of #AF2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FFE

Black with #AF2FFE

Text Example


Text Example

White with #AF2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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