Html Css Color HEX #A845E8 Medium Orchid

📋 copy color: '#A845E8'

red 168 ◦ green 69 ◦ blue 232

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

Shades of Medium Orchid #A845E8

Tints of Medium Orchid #A845E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.47%

R = 35.82%
G = 14.71%
B = 49.47%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A845E8 (or 0xA845E8) is known color: Medium Orchid. HEX triplet: A8, 45 and E8. RGB value is (168,69,232). Sum of RGB (Red+Green+Blue) = 168+69+232=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #A845E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845E8 is #57BA17. Grayscale: #747474. Windows color (decimal): -5749272 or 15222184. OLE color: 15222184.

HSL color Cylindrical-coordinate representation of color #A845E8: hue angle of 276.44º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A845E8 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 69 232 -
CMYK 0.28 0.70 0 0.09
HSL 276.44º 0.78% 0.59% -
HSV(B) 276.44º 0.7% 0.91% -
XYZ 32.84 18.41 78.17 -
YUV 117.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 168 69 232 0.28 0.70 0 0.09 276.44 0.78 0.59
Hex A8 45 E8 1C 46 0 9 114 4E 3B
Octal 250 105 350 34 106 0 11 424 116 73
Binary 10101000 1000101 11101000 11100 1000110 0 1001 100010100 1001110 111011

Color Harmonies of #A845E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845E8

Black with #A845E8

Text Example


Text Example

White with #A845E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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