Html Css Color HEX #AF2BF0 Blue Violet

📋 copy color: '#AF2BF0'

red 175 ◦ green 43 ◦ blue 240

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

Shades of Blue Violet #AF2BF0

Tints of Blue Violet #AF2BF0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.39%

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

R = 38.21%
G = 9.39%
B = 52.4%

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

#AF2BF0 (or 0xAF2BF0) is known color: Blue Violet. HEX triplet: AF, 2B and F0. RGB value is (175,43,240). Sum of RGB (Red+Green+Blue) = 175+43+240=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF2BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BF0 is #50D40F. Grayscale: #686868. Windows color (decimal): -5297168 or 15739823. OLE color: 15739823.

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

Color convert

RGB 175 43 240 -
CMYK 0.27 0.82 0 0.06
HSL 280.2º 0.87% 0.55% -
HSV(B) 280.2º 0.82% 0.94% -
XYZ 34.27 17.13 83.94 -
YUV 104.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 175 43 240 0.27 0.82 0 0.06 280.2 0.87 0.55
Hex AF 2B F0 1B 52 0 6 118 57 37
Octal 257 53 360 33 122 0 6 430 127 67
Binary 10101111 101011 11110000 11011 1010010 0 110 100011000 1010111 110111

Color Harmonies of #AF2BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BF0

Black with #AF2BF0

Text Example


Text Example

White with #AF2BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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