Html Css Color HEX #A844EB Medium Orchid

📋 copy color: '#A844EB'

red 168 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #A844EB

Tints of Medium Orchid #A844EB

RGB

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

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

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

R = 35.67%
G = 14.44%
B = 49.89%

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

#A844EB (or 0xA844EB) is known color: Medium Orchid. HEX triplet: A8, 44 and EB. RGB value is (168,68,235). Sum of RGB (Red+Green+Blue) = 168+68+235=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #A844EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844EB is #57BB14. Grayscale: #747474. Windows color (decimal): -5749525 or 15418536. OLE color: 15418536.

HSL color Cylindrical-coordinate representation of color #A844EB: hue angle of 275.93º degrees, saturation: 0.81, 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 #A844EB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 68 235 -
CMYK 0.29 0.71 0 0.08
HSL 275.93º 0.81% 0.59% -
HSV(B) 275.93º 0.71% 0.92% -
XYZ 33.21 18.46 80.41 -
YUV 116.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 168 68 235 0.29 0.71 0 0.08 275.93 0.81 0.59
Hex A8 44 EB 1D 47 0 8 114 51 3B
Octal 250 104 353 35 107 0 10 424 121 73
Binary 10101000 1000100 11101011 11101 1000111 0 1000 100010100 1010001 111011

Color Harmonies of #A844EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844EB

Black with #A844EB

Text Example


Text Example

White with #A844EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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