Html Css Color HEX #AC30EA Dark Orchid

📋 copy color: '#AC30EA'

red 172 ◦ green 48 ◦ blue 234

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

Shades of Dark Orchid #AC30EA

Tints of Dark Orchid #AC30EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 37.89%
G = 10.57%
B = 51.54%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC30EA (or 0xAC30EA) is known color: Dark Orchid. HEX triplet: AC, 30 and EA. RGB value is (172,48,234). Sum of RGB (Red+Green+Blue) = 172+48+234=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC30EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30EA is #53CF15. Grayscale: #696969. Windows color (decimal): -5492502 or 15347884. OLE color: 15347884.

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

Color convert

RGB 172 48 234 -
CMYK 0.26 0.79 0 0.08
HSL 280º 0.82% 0.55% -
HSV(B) 280º 0.79% 0.92% -
XYZ 32.92 16.83 79.35 -
YUV 106.28 200.08 174.88 -
System Red Green Blue C M Y K H S L
Decimal 172 48 234 0.26 0.79 0 0.08 280 0.82 0.55
Hex AC 30 EA 1A 4F 0 8 118 52 37
Octal 254 60 352 32 117 0 10 430 122 67
Binary 10101100 110000 11101010 11010 1001111 0 1000 100011000 1010010 110111

Color Harmonies of #AC30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30EA

Black with #AC30EA

Text Example


Text Example

White with #AC30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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