Html Css Color HEX #A845EE Medium Orchid

📋 copy color: '#A845EE'

red 168 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #A845EE

Tints of Medium Orchid #A845EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 35.37%
G = 14.53%
B = 50.11%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A845EE (or 0xA845EE) is known color: Medium Orchid. HEX triplet: A8, 45 and EE. RGB value is (168,69,238). Sum of RGB (Red+Green+Blue) = 168+69+238=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A845EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845EE is #57BA11. Grayscale: #757575. Windows color (decimal): -5749266 or 15615400. OLE color: 15615400.

HSL color Cylindrical-coordinate representation of color #A845EE: hue angle of 275.15º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A845EE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 69 238 -
CMYK 0.29 0.71 0 0.07
HSL 275.15º 0.83% 0.6% -
HSV(B) 275.15º 0.71% 0.93% -
XYZ 33.71 18.75 82.73 -
YUV 117.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 168 69 238 0.29 0.71 0 0.07 275.15 0.83 0.6
Hex A8 45 EE 1D 47 0 7 113 53 3C
Octal 250 105 356 35 107 0 7 423 123 74
Binary 10101000 1000101 11101110 11101 1000111 0 111 100010011 1010011 111100

Color Harmonies of #A845EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845EE

Black with #A845EE

Text Example


Text Example

White with #A845EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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