Html Css Color HEX #AC30E9 Dark Orchid

📋 copy color: '#AC30E9'

red 172 ◦ green 48 ◦ blue 233

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

Shades of Dark Orchid #AC30E9

Tints of Dark Orchid #AC30E9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.6%

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 37.97%
G = 10.6%
B = 51.43%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC30E9 (or 0xAC30E9) is known color: Dark Orchid. HEX triplet: AC, 30 and E9. RGB value is (172,48,233). Sum of RGB (Red+Green+Blue) = 172+48+233=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC30E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30E9 is #53CF16. Grayscale: #696969. Windows color (decimal): -5492503 or 15282348. OLE color: 15282348.

HSL color Cylindrical-coordinate representation of color #AC30E9: hue angle of 280.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC30E9 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 48 233 -
CMYK 0.26 0.79 0 0.09
HSL 280.22º 0.81% 0.55% -
HSV(B) 280.22º 0.79% 0.91% -
XYZ 32.78 16.77 78.6 -
YUV 106.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 172 48 233 0.26 0.79 0 0.09 280.22 0.81 0.55
Hex AC 30 E9 1A 4F 0 9 118 51 37
Octal 254 60 351 32 117 0 11 430 121 67
Binary 10101100 110000 11101001 11010 1001111 0 1001 100011000 1010001 110111

Color Harmonies of #AC30E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30E9

Black with #AC30E9

Text Example


Text Example

White with #AC30E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30E9; }

 p { color: rgb(172,48,233); }

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

background-color css

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

 a { background-color: rgb(172,48,233); }

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

border-color css

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

 span { border-color: rgb(172,48,233); }

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