Html Css Color HEX #AF2CFB Blue Violet

📋 copy color: '#AF2CFB'

red 175 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #AF2CFB

Tints of Blue Violet #AF2CFB

RGB

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

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

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

R = 37.23%
G = 9.36%
B = 53.4%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF2CFB (or 0xAF2CFB) is known color: Blue Violet. HEX triplet: AF, 2C and FB. RGB value is (175,44,251). Sum of RGB (Red+Green+Blue) = 175+44+251=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF2CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CFB is #50D304. Grayscale: #6A6A6A. Windows color (decimal): -5296901 or 16460975. OLE color: 16460975.

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

Color convert

RGB 175 44 251 -
CMYK 0.30 0.82 0 0.02
HSL 277.97º 0.96% 0.58% -
HSV(B) 277.97º 0.82% 0.98% -
XYZ 35.99 17.88 92.82 -
YUV 106.77 209.4 176.67 -
System Red Green Blue C M Y K H S L
Decimal 175 44 251 0.30 0.82 0 0.02 277.97 0.96 0.58
Hex AF 2C FB 1E 52 0 2 116 60 3A
Octal 257 54 373 36 122 0 2 426 140 72
Binary 10101111 101100 11111011 11110 1010010 0 10 100010110 1100000 111010

Color Harmonies of #AF2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CFB

Black with #AF2CFB

Text Example


Text Example

White with #AF2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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