Html Css Color HEX #AF2CF0 Blue Violet

📋 copy color: '#AF2CF0'

red 175 ◦ green 44 ◦ blue 240

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

Shades of Blue Violet #AF2CF0

Tints of Blue Violet #AF2CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.29%

R = 38.13%
G = 9.59%
B = 52.29%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF2CF0 (or 0xAF2CF0) is known color: Blue Violet. HEX triplet: AF, 2C and F0. RGB value is (175,44,240). Sum of RGB (Red+Green+Blue) = 175+44+240=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF2CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CF0 is #50D30F. Grayscale: #686868. Windows color (decimal): -5296912 or 15740079. OLE color: 15740079.

HSL color Cylindrical-coordinate representation of color #AF2CF0: hue angle of 280.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2CF0 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 44 240 -
CMYK 0.27 0.82 0 0.06
HSL 280.1º 0.87% 0.56% -
HSV(B) 280.1º 0.82% 0.94% -
XYZ 34.31 17.21 83.95 -
YUV 105.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 175 44 240 0.27 0.82 0 0.06 280.1 0.87 0.56
Hex AF 2C F0 1B 52 0 6 118 57 38
Octal 257 54 360 33 122 0 6 430 127 70
Binary 10101111 101100 11110000 11011 1010010 0 110 100011000 1010111 111000

Color Harmonies of #AF2CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CF0

Black with #AF2CF0

Text Example


Text Example

White with #AF2CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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