Html Css Color HEX #AF3FFC Blue Violet

📋 copy color: '#AF3FFC'

red 175 ◦ green 63 ◦ blue 252

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

Shades of Blue Violet #AF3FFC

Tints of Blue Violet #AF3FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 35.71%
G = 12.86%
B = 51.43%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF3FFC (or 0xAF3FFC) is known color: Blue Violet. HEX triplet: AF, 3F and FC. RGB value is (175,63,252). Sum of RGB (Red+Green+Blue) = 175+63+252=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF3FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFC is #50C003. Grayscale: #757575. Windows color (decimal): -5292036 or 16531375. OLE color: 16531375.

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

Color convert

RGB 175 63 252 -
CMYK 0.31 0.75 0 0.01
HSL 275.56º 0.97% 0.62% -
HSV(B) 275.56º 0.75% 0.99% -
XYZ 37.03 19.7 93.95 -
YUV 118.03 203.61 168.63 -
System Red Green Blue C M Y K H S L
Decimal 175 63 252 0.31 0.75 0 0.01 275.56 0.97 0.62
Hex AF 3F FC 1F 4B 0 1 114 61 3E
Octal 257 77 374 37 113 0 1 424 141 76
Binary 10101111 111111 11111100 11111 1001011 0 1 100010100 1100001 111110

Color Harmonies of #AF3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FFC

Black with #AF3FFC

Text Example


Text Example

White with #AF3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FFC; }

 p { color: rgb(175,63,252); }

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

background-color css

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

 a { background-color: rgb(175,63,252); }

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

border-color css

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

 span { border-color: rgb(175,63,252); }

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