Html Css Color HEX #AF2BEF Blue Violet

📋 copy color: '#AF2BEF'

red 175 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #AF2BEF

Tints of Blue Violet #AF2BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 38.29%
G = 9.41%
B = 52.3%

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

#AF2BEF (or 0xAF2BEF) is known color: Blue Violet. HEX triplet: AF, 2B and EF. RGB value is (175,43,239). Sum of RGB (Red+Green+Blue) = 175+43+239=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BEF is #50D410. Grayscale: #686868. Windows color (decimal): -5297169 or 15674287. OLE color: 15674287.

HSL color Cylindrical-coordinate representation of color #AF2BEF: hue angle of 280.41º degrees, saturation: 0.86, 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 #AF2BEF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 43 239 -
CMYK 0.27 0.82 0 0.06
HSL 280.41º 0.86% 0.55% -
HSV(B) 280.41º 0.82% 0.94% -
XYZ 34.12 17.07 83.16 -
YUV 104.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 175 43 239 0.27 0.82 0 0.06 280.41 0.86 0.55
Hex AF 2B EF 1B 52 0 6 118 56 37
Octal 257 53 357 33 122 0 6 430 126 67
Binary 10101111 101011 11101111 11011 1010010 0 110 100011000 1010110 110111

Color Harmonies of #AF2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BEF

Black with #AF2BEF

Text Example


Text Example

White with #AF2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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