Html Css Color HEX #A845DF Medium Orchid

📋 copy color: '#A845DF'

red 168 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #A845DF

Tints of Medium Orchid #A845DF

RGB

 RED value IS 168 (66.02% from 255) = 36.52%

 GREEN value IS 69 (27.34% from 255) = 15%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 36.52%
G = 15%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A845DF (or 0xA845DF) is known color: Medium Orchid. HEX triplet: A8, 45 and DF. RGB value is (168,69,223). Sum of RGB (Red+Green+Blue) = 168+69+223=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #A845DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845DF is #57BA20. Grayscale: #737373. Windows color (decimal): -5749281 or 14632360. OLE color: 14632360.

HSL color Cylindrical-coordinate representation of color #A845DF: hue angle of 278.57º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A845DF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 69 223 -
CMYK 0.25 0.69 0 0.13
HSL 278.57º 0.71% 0.57% -
HSV(B) 278.57º 0.69% 0.87% -
XYZ 31.6 17.91 71.6 -
YUV 116.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 168 69 223 0.25 0.69 0 0.13 278.57 0.71 0.57
Hex A8 45 DF 19 45 0 D 117 47 39
Octal 250 105 337 31 105 0 15 427 107 71
Binary 10101000 1000101 11011111 11001 1000101 0 1101 100010111 1000111 111001

Color Harmonies of #A845DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845DF

Black with #A845DF

Text Example


Text Example

White with #A845DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845DF; }

 p { color: rgb(168,69,223); }

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

background-color css

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

 a { background-color: rgb(168,69,223); }

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

border-color css

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

 span { border-color: rgb(168,69,223); }

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