Html Css Color HEX #AF2FFB Blue Violet

📋 copy color: '#AF2FFB'

red 175 ◦ green 47 ◦ blue 251

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

Shades of Blue Violet #AF2FFB

Tints of Blue Violet #AF2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.94%

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 37%
G = 9.94%
B = 53.07%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF2FFB (or 0xAF2FFB) is known color: Blue Violet. HEX triplet: AF, 2F and FB. RGB value is (175,47,251). Sum of RGB (Red+Green+Blue) = 175+47+251=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF2FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FFB is #50D004. Grayscale: #6B6B6B. Windows color (decimal): -5296133 or 16461743. OLE color: 16461743.

HSL color Cylindrical-coordinate representation of color #AF2FFB: hue angle of 277.65º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2FFB is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 47 251 -
CMYK 0.30 0.81 0 0.02
HSL 277.65º 0.96% 0.58% -
HSV(B) 277.65º 0.81% 0.98% -
XYZ 36.11 18.11 92.86 -
YUV 108.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 175 47 251 0.30 0.81 0 0.02 277.65 0.96 0.58
Hex AF 2F FB 1E 51 0 2 116 60 3A
Octal 257 57 373 36 121 0 2 426 140 72
Binary 10101111 101111 11111011 11110 1010001 0 10 100010110 1100000 111010

Color Harmonies of #AF2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FFB

Black with #AF2FFB

Text Example


Text Example

White with #AF2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FFB; }

 p { color: rgb(175,47,251); }

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

background-color css

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

 a { background-color: rgb(175,47,251); }

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

border-color css

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

 span { border-color: rgb(175,47,251); }

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