Html Css Color HEX #AC43EA Medium Orchid

📋 copy color: '#AC43EA'

red 172 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #AC43EA

Tints of Medium Orchid #AC43EA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.16%

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

R = 36.36%
G = 14.16%
B = 49.47%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC43EA (or 0xAC43EA) is known color: Medium Orchid. HEX triplet: AC, 43 and EA. RGB value is (172,67,234). Sum of RGB (Red+Green+Blue) = 172+67+234=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC43EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC43EA is #53BC15. Grayscale: #747474. Windows color (decimal): -5487638 or 15352748. OLE color: 15352748.

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

Color convert

RGB 172 67 234 -
CMYK 0.26 0.71 0 0.08
HSL 277.72º 0.8% 0.59% -
HSV(B) 277.72º 0.71% 0.92% -
XYZ 33.87 18.73 79.67 -
YUV 117.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 172 67 234 0.26 0.71 0 0.08 277.72 0.8 0.59
Hex AC 43 EA 1A 47 0 8 116 50 3B
Octal 254 103 352 32 107 0 10 426 120 73
Binary 10101100 1000011 11101010 11010 1000111 0 1000 100010110 1010000 111011

Color Harmonies of #AC43EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43EA

Black with #AC43EA

Text Example


Text Example

White with #AC43EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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