Html Css Color HEX #AC2EFD Blue Violet

📋 copy color: '#AC2EFD'

red 172 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #AC2EFD

Tints of Blue Violet #AC2EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 36.52%
G = 9.77%
B = 53.72%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC2EFD (or 0xAC2EFD) is known color: Blue Violet. HEX triplet: AC, 2E and FD. RGB value is (172,46,253). Sum of RGB (Red+Green+Blue) = 172+46+253=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EFD is #53D102. Grayscale: #6A6A6A. Windows color (decimal): -5492995 or 16592556. OLE color: 16592556.

HSL color Cylindrical-coordinate representation of color #AC2EFD: hue angle of 276.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2EFD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 46 253 -
CMYK 0.32 0.82 0 0.01
HSL 276.52º 0.98% 0.59% -
HSV(B) 276.52º 0.82% 0.99% -
XYZ 35.72 17.82 94.48 -
YUV 107.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 172 46 253 0.32 0.82 0 0.01 276.52 0.98 0.59
Hex AC 2E FD 20 52 0 1 115 62 3B
Octal 254 56 375 40 122 0 1 425 142 73
Binary 10101100 101110 11111101 100000 1010010 0 1 100010101 1100010 111011

Color Harmonies of #AC2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EFD

Black with #AC2EFD

Text Example


Text Example

White with #AC2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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