Html Css Color HEX #AF36FF Blue Violet

📋 copy color: '#AF36FF'

red 175 ◦ green 54 ◦ blue 255

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

Shades of Blue Violet #AF36FF

Tints of Blue Violet #AF36FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 36.16%
G = 11.16%
B = 52.69%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF36FF (or 0xAF36FF) is known color: Blue Violet. HEX triplet: AF, 36 and FF. RGB value is (175,54,255). Sum of RGB (Red+Green+Blue) = 175+54+255=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36FF is #50C900. Grayscale: #707070. Windows color (decimal): -5294337 or 16725679. OLE color: 16725679.

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

Color convert

RGB 175 54 255 -
CMYK 0.31 0.79 0 0
HSL 276.12º 1% 0.61% -
HSV(B) 276.12º 0.79% 1% -
XYZ 37.05 18.97 96.32 -
YUV 113.09 208.09 172.16 -
System Red Green Blue C M Y K H S L
Decimal 175 54 255 0.31 0.79 0 0 276.12 1 0.61
Hex AF 36 FF 1F 4F 0 0 114 64 3D
Octal 257 66 377 37 117 0 0 424 144 75
Binary 10101111 110110 11111111 11111 1001111 0 0 100010100 1100100 111101

Color Harmonies of #AF36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36FF

Black with #AF36FF

Text Example


Text Example

White with #AF36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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