Html Css Color HEX #AF3AFF Blue Violet

📋 copy color: '#AF3AFF'

red 175 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #AF3AFF

Tints of Blue Violet #AF3AFF

RGB

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

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

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

R = 35.86%
G = 11.89%
B = 52.25%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF3AFF (or 0xAF3AFF) is known color: Blue Violet. HEX triplet: AF, 3A and FF. RGB value is (175,58,255). Sum of RGB (Red+Green+Blue) = 175+58+255=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AFF is #50C500. Grayscale: #727272. Windows color (decimal): -5293313 or 16726703. OLE color: 16726703.

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

Color convert

RGB 175 58 255 -
CMYK 0.31 0.77 0 0
HSL 275.63º 1% 0.61% -
HSV(B) 275.63º 0.77% 1% -
XYZ 37.24 19.36 96.38 -
YUV 115.44 206.76 170.48 -
System Red Green Blue C M Y K H S L
Decimal 175 58 255 0.31 0.77 0 0 275.63 1 0.61
Hex AF 3A FF 1F 4D 0 0 114 64 3D
Octal 257 72 377 37 115 0 0 424 144 75
Binary 10101111 111010 11111111 11111 1001101 0 0 100010100 1100100 111101

Color Harmonies of #AF3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AFF

Black with #AF3AFF

Text Example


Text Example

White with #AF3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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