Html Css Color HEX #AF36FE Blue Violet

📋 copy color: '#AF36FE'

red 175 ◦ green 54 ◦ blue 254

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

Shades of Blue Violet #AF36FE

Tints of Blue Violet #AF36FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.18%

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

R = 36.23%
G = 11.18%
B = 52.59%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF36FE (or 0xAF36FE) is known color: Blue Violet. HEX triplet: AF, 36 and FE. RGB value is (175,54,254). Sum of RGB (Red+Green+Blue) = 175+54+254=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF36FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36FE is #50C901. Grayscale: #707070. Windows color (decimal): -5294338 or 16660143. OLE color: 16660143.

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

Color convert

RGB 175 54 254 -
CMYK 0.31 0.79 0 0.00
HSL 276.3º 0.99% 0.6% -
HSV(B) 276.3º 0.79% 1% -
XYZ 36.89 18.91 95.47 -
YUV 112.98 207.59 172.24 -
System Red Green Blue C M Y K H S L
Decimal 175 54 254 0.31 0.79 0 0.00 276.3 0.99 0.6
Hex AF 36 FE 1F 4F 0 0 114 63 3C
Octal 257 66 376 37 117 0 0 424 143 74
Binary 10101111 110110 11111110 11111 1001111 0 0 100010100 1100011 111100

Color Harmonies of #AF36FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36FE

Black with #AF36FE

Text Example


Text Example

White with #AF36FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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