Html Css Color HEX #A845EB Medium Orchid

📋 copy color: '#A845EB'

red 168 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #A845EB

Tints of Medium Orchid #A845EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 35.59%
G = 14.62%
B = 49.79%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A845EB (or 0xA845EB) is known color: Medium Orchid. HEX triplet: A8, 45 and EB. RGB value is (168,69,235). Sum of RGB (Red+Green+Blue) = 168+69+235=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A845EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845EB is #57BA14. Grayscale: #747474. Windows color (decimal): -5749269 or 15418792. OLE color: 15418792.

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

Color convert

RGB 168 69 235 -
CMYK 0.29 0.71 0 0.08
HSL 275.78º 0.81% 0.6% -
HSV(B) 275.78º 0.71% 0.92% -
XYZ 33.27 18.58 80.43 -
YUV 117.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 168 69 235 0.29 0.71 0 0.08 275.78 0.81 0.6
Hex A8 45 EB 1D 47 0 8 114 51 3C
Octal 250 105 353 35 107 0 10 424 121 74
Binary 10101000 1000101 11101011 11101 1000111 0 1000 100010100 1010001 111100

Color Harmonies of #A845EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845EB

Black with #A845EB

Text Example


Text Example

White with #A845EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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