Html Css Color HEX #AF36FA Blue Violet

📋 copy color: '#AF36FA'

red 175 ◦ green 54 ◦ blue 250

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

Shades of Blue Violet #AF36FA

Tints of Blue Violet #AF36FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 36.53%
G = 11.27%
B = 52.19%

CMYK

 C value IS 0.3

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF36FA (or 0xAF36FA) is known color: Blue Violet. HEX triplet: AF, 36 and FA. RGB value is (175,54,250). Sum of RGB (Red+Green+Blue) = 175+54+250=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF36FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36FA is #50C905. Grayscale: #6F6F6F. Windows color (decimal): -5294342 or 16397999. OLE color: 16397999.

HSL color Cylindrical-coordinate representation of color #AF36FA: hue angle of 277.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF36FA is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 54 250 -
CMYK 0.3 0.78 0 0.02
HSL 277.04º 0.95% 0.6% -
HSV(B) 277.04º 0.78% 0.98% -
XYZ 36.25 18.65 92.13 -
YUV 112.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 175 54 250 0.3 0.78 0 0.02 277.04 0.95 0.6
Hex AF 36 FA 1E 4E 0 2 115 5F 3C
Octal 257 66 372 36 116 0 2 425 137 74
Binary 10101111 110110 11111010 11110 1001110 0 10 100010101 1011111 111100

Color Harmonies of #AF36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36FA

Black with #AF36FA

Text Example


Text Example

White with #AF36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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