Html Css Color HEX #A845DA Medium Orchid

📋 copy color: '#A845DA'

red 168 ◦ green 69 ◦ blue 218

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

Shades of Medium Orchid #A845DA

Tints of Medium Orchid #A845DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 36.92%
G = 15.16%
B = 47.91%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A845DA (or 0xA845DA) is known color: Medium Orchid. HEX triplet: A8, 45 and DA. RGB value is (168,69,218). Sum of RGB (Red+Green+Blue) = 168+69+218=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A845DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845DA is #57BA25. Grayscale: #737373. Windows color (decimal): -5749286 or 14304680. OLE color: 14304680.

HSL color Cylindrical-coordinate representation of color #A845DA: hue angle of 279.87º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A845DA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 69 218 -
CMYK 0.23 0.68 0 0.15
HSL 279.87º 0.67% 0.56% -
HSV(B) 279.87º 0.68% 0.85% -
XYZ 30.93 17.64 68.1 -
YUV 115.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 168 69 218 0.23 0.68 0 0.15 279.87 0.67 0.56
Hex A8 45 DA 17 44 0 F 118 43 38
Octal 250 105 332 27 104 0 17 430 103 70
Binary 10101000 1000101 11011010 10111 1000100 0 1111 100011000 1000011 111000

Color Harmonies of #A845DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A845DA

Black with #A845DA

Text Example


Text Example

White with #A845DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A845DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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