Html Css Color HEX #AF2CF7 Blue Violet

📋 copy color: '#AF2CF7'

red 175 ◦ green 44 ◦ blue 247

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

Shades of Blue Violet #AF2CF7

Tints of Blue Violet #AF2CF7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.44%

 BLUE value IS 247 (96.88% from 255) = 53%

R = 37.55%
G = 9.44%
B = 53%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF2CF7 (or 0xAF2CF7) is known color: Blue Violet. HEX triplet: AF, 2C and F7. RGB value is (175,44,247). Sum of RGB (Red+Green+Blue) = 175+44+247=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF2CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CF7 is #50D308. Grayscale: #696969. Windows color (decimal): -5296905 or 16198831. OLE color: 16198831.

HSL color Cylindrical-coordinate representation of color #AF2CF7: hue angle of 278.72º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2CF7 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 44 247 -
CMYK 0.29 0.82 0 0.03
HSL 278.72º 0.93% 0.57% -
HSV(B) 278.72º 0.82% 0.97% -
XYZ 35.37 17.63 89.53 -
YUV 106.31 207.4 176.99 -
System Red Green Blue C M Y K H S L
Decimal 175 44 247 0.29 0.82 0 0.03 278.72 0.93 0.57
Hex AF 2C F7 1D 52 0 3 117 5D 39
Octal 257 54 367 35 122 0 3 427 135 71
Binary 10101111 101100 11110111 11101 1010010 0 11 100010111 1011101 111001

Color Harmonies of #AF2CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CF7

Black with #AF2CF7

Text Example


Text Example

White with #AF2CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CF7; }

 p { color: rgb(175,44,247); }

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

background-color css

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

 a { background-color: rgb(175,44,247); }

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

border-color css

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

 span { border-color: rgb(175,44,247); }

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