Html Css Color HEX #AC5DF2 Medium Orchid

📋 copy color: '#AC5DF2'

red 172 ◦ green 93 ◦ blue 242

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

Shades of Medium Orchid #AC5DF2

Tints of Medium Orchid #AC5DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.34%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 33.93%
G = 18.34%
B = 47.73%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC5DF2 (or 0xAC5DF2) is known color: Medium Orchid. HEX triplet: AC, 5D and F2. RGB value is (172,93,242). Sum of RGB (Red+Green+Blue) = 172+93+242=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC5DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5DF2 is #53A20D. Grayscale: #858585. Windows color (decimal): -5480974 or 15883692. OLE color: 15883692.

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

Color convert

RGB 172 93 242 -
CMYK 0.29 0.62 0 0.05
HSL 271.81º 0.85% 0.66% -
HSV(B) 271.81º 0.62% 0.95% -
XYZ 36.95 23.01 86.5 -
YUV 133.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 172 93 242 0.29 0.62 0 0.05 271.81 0.85 0.66
Hex AC 5D F2 1D 3E 0 5 110 55 42
Octal 254 135 362 35 76 0 5 420 125 102
Binary 10101100 1011101 11110010 11101 111110 0 101 100010000 1010101 1000010

Color Harmonies of #AC5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DF2

Black with #AC5DF2

Text Example


Text Example

White with #AC5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DF2; }

 p { color: rgb(172,93,242); }

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

background-color css

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

 a { background-color: rgb(172,93,242); }

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

border-color css

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

 span { border-color: rgb(172,93,242); }

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