Html Css Color HEX #A844EA Medium Orchid

📋 copy color: '#A844EA'

red 168 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #A844EA

Tints of Medium Orchid #A844EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.47%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 35.74%
G = 14.47%
B = 49.79%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A844EA (or 0xA844EA) is known color: Medium Orchid. HEX triplet: A8, 44 and EA. RGB value is (168,68,234). Sum of RGB (Red+Green+Blue) = 168+68+234=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A844EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844EA is #57BB15. Grayscale: #747474. Windows color (decimal): -5749526 or 15353000. OLE color: 15353000.

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

Color convert

RGB 168 68 234 -
CMYK 0.28 0.71 0 0.08
HSL 276.14º 0.8% 0.59% -
HSV(B) 276.14º 0.71% 0.92% -
XYZ 33.07 18.4 79.65 -
YUV 116.82 194.13 164.5 -
System Red Green Blue C M Y K H S L
Decimal 168 68 234 0.28 0.71 0 0.08 276.14 0.8 0.59
Hex A8 44 EA 1C 47 0 8 114 50 3B
Octal 250 104 352 34 107 0 10 424 120 73
Binary 10101000 1000100 11101010 11100 1000111 0 1000 100010100 1010000 111011

Color Harmonies of #A844EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844EA

Black with #A844EA

Text Example


Text Example

White with #A844EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844EA; }

 p { color: rgb(168,68,234); }

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

background-color css

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

 a { background-color: rgb(168,68,234); }

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

border-color css

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

 span { border-color: rgb(168,68,234); }

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