Html Css Color HEX #AF3CFF Blue Violet

📋 copy color: '#AF3CFF'

red 175 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #AF3CFF

Tints of Blue Violet #AF3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 35.71%
G = 12.24%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF3CFF (or 0xAF3CFF) is known color: Blue Violet. HEX triplet: AF, 3C and FF. RGB value is (175,60,255). Sum of RGB (Red+Green+Blue) = 175+60+255=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CFF is #50C300. Grayscale: #737373. Windows color (decimal): -5292801 or 16727215. OLE color: 16727215.

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

Color convert

RGB 175 60 255 -
CMYK 0.31 0.76 0 0
HSL 275.38º 1% 0.62% -
HSV(B) 275.38º 0.76% 1% -
XYZ 37.35 19.57 96.42 -
YUV 116.62 206.1 169.64 -
System Red Green Blue C M Y K H S L
Decimal 175 60 255 0.31 0.76 0 0 275.38 1 0.62
Hex AF 3C FF 1F 4C 0 0 113 64 3E
Octal 257 74 377 37 114 0 0 423 144 76
Binary 10101111 111100 11111111 11111 1001100 0 0 100010011 1100100 111110

Color Harmonies of #AF3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CFF

Black with #AF3CFF

Text Example


Text Example

White with #AF3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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