Html Css Color HEX #AC2EFB Blue Violet

📋 copy color: '#AC2EFB'

red 172 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #AC2EFB

Tints of Blue Violet #AC2EFB

RGB

 RED value IS 172 (67.58% from 255) = 36.67%

 GREEN value IS 46 (18.36% from 255) = 9.81%

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

R = 36.67%
G = 9.81%
B = 53.52%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC2EFB (or 0xAC2EFB) is known color: Blue Violet. HEX triplet: AC, 2E and FB. RGB value is (172,46,251). Sum of RGB (Red+Green+Blue) = 172+46+251=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC2EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EFB is #53D104. Grayscale: #6A6A6A. Windows color (decimal): -5492997 or 16461484. OLE color: 16461484.

HSL color Cylindrical-coordinate representation of color #AC2EFB: hue angle of 276.88º 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 #AC2EFB is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 46 251 -
CMYK 0.31 0.82 0 0.02
HSL 276.88º 0.96% 0.58% -
HSV(B) 276.88º 0.82% 0.98% -
XYZ 35.4 17.69 92.82 -
YUV 107.04 209.24 174.33 -
System Red Green Blue C M Y K H S L
Decimal 172 46 251 0.31 0.82 0 0.02 276.88 0.96 0.58
Hex AC 2E FB 1F 52 0 2 115 60 3A
Octal 254 56 373 37 122 0 2 425 140 72
Binary 10101100 101110 11111011 11111 1010010 0 10 100010101 1100000 111010

Color Harmonies of #AC2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EFB

Black with #AC2EFB

Text Example


Text Example

White with #AC2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EFB; }

 p { color: rgb(172,46,251); }

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

background-color css

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

 a { background-color: rgb(172,46,251); }

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

border-color css

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

 span { border-color: rgb(172,46,251); }

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