Html Css Color HEX #AF3AFC Blue Violet

📋 copy color: '#AF3AFC'

red 175 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #AF3AFC

Tints of Blue Violet #AF3AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.96%

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

R = 36.08%
G = 11.96%
B = 51.96%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF3AFC (or 0xAF3AFC) is known color: Blue Violet. HEX triplet: AF, 3A and FC. RGB value is (175,58,252). Sum of RGB (Red+Green+Blue) = 175+58+252=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF3AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AFC is #50C503. Grayscale: #727272. Windows color (decimal): -5293316 or 16530095. OLE color: 16530095.

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

Color convert

RGB 175 58 252 -
CMYK 0.31 0.77 0 0.01
HSL 276.19º 0.97% 0.61% -
HSV(B) 276.19º 0.77% 0.99% -
XYZ 36.76 19.17 93.86 -
YUV 115.1 205.26 170.73 -
System Red Green Blue C M Y K H S L
Decimal 175 58 252 0.31 0.77 0 0.01 276.19 0.97 0.61
Hex AF 3A FC 1F 4D 0 1 114 61 3D
Octal 257 72 374 37 115 0 1 424 141 75
Binary 10101111 111010 11111100 11111 1001101 0 1 100010100 1100001 111101

Color Harmonies of #AF3AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AFC

Black with #AF3AFC

Text Example


Text Example

White with #AF3AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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