Html Css Color HEX #AC42F3 Medium Orchid

📋 copy color: '#AC42F3'

red 172 ◦ green 66 ◦ blue 243

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

Shades of Medium Orchid #AC42F3

Tints of Medium Orchid #AC42F3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.72%

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 35.76%
G = 13.72%
B = 50.52%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC42F3 (or 0xAC42F3) is known color: Medium Orchid. HEX triplet: AC, 42 and F3. RGB value is (172,66,243). Sum of RGB (Red+Green+Blue) = 172+66+243=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC42F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42F3 is #53BD0C. Grayscale: #757575. Windows color (decimal): -5487885 or 15942316. OLE color: 15942316.

HSL color Cylindrical-coordinate representation of color #AC42F3: hue angle of 275.93º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC42F3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 66 243 -
CMYK 0.29 0.73 0 0.05
HSL 275.93º 0.88% 0.61% -
HSV(B) 275.93º 0.73% 0.95% -
XYZ 35.14 19.14 86.64 -
YUV 117.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 172 66 243 0.29 0.73 0 0.05 275.93 0.88 0.61
Hex AC 42 F3 1D 49 0 5 114 58 3D
Octal 254 102 363 35 111 0 5 424 130 75
Binary 10101100 1000010 11110011 11101 1001001 0 101 100010100 1011000 111101

Color Harmonies of #AC42F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42F3

Black with #AC42F3

Text Example


Text Example

White with #AC42F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42F3; }

 p { color: rgb(172,66,243); }

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

background-color css

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

 a { background-color: rgb(172,66,243); }

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

border-color css

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

 span { border-color: rgb(172,66,243); }

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