Html Css Color HEX #AC41FD Blue Violet

📋 copy color: '#AC41FD'

red 172 ◦ green 65 ◦ blue 253

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

Shades of Blue Violet #AC41FD

Tints of Blue Violet #AC41FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.27%

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

R = 35.1%
G = 13.27%
B = 51.63%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC41FD (or 0xAC41FD) is known color: Blue Violet. HEX triplet: AC, 41 and FD. RGB value is (172,65,253). Sum of RGB (Red+Green+Blue) = 172+65+253=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41FD is #53BE02. Grayscale: #757575. Windows color (decimal): -5488131 or 16597420. OLE color: 16597420.

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

Color convert

RGB 172 65 253 -
CMYK 0.32 0.74 0 0.01
HSL 274.15º 0.98% 0.62% -
HSV(B) 274.15º 0.74% 0.99% -
XYZ 36.63 19.64 94.79 -
YUV 118.43 203.95 166.21 -
System Red Green Blue C M Y K H S L
Decimal 172 65 253 0.32 0.74 0 0.01 274.15 0.98 0.62
Hex AC 41 FD 20 4A 0 1 112 62 3E
Octal 254 101 375 40 112 0 1 422 142 76
Binary 10101100 1000001 11111101 100000 1001010 0 1 100010010 1100010 111110

Color Harmonies of #AC41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41FD

Black with #AC41FD

Text Example


Text Example

White with #AC41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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