Html Css Color HEX #A84AEE Medium Orchid

📋 copy color: '#A84AEE'

red 168 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #A84AEE

Tints of Medium Orchid #A84AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.42%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 35%
G = 15.42%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A84AEE (or 0xA84AEE) is known color: Medium Orchid. HEX triplet: A8, 4A and EE. RGB value is (168,74,238). Sum of RGB (Red+Green+Blue) = 168+74+238=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A84AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AEE is #57B511. Grayscale: #787878. Windows color (decimal): -5747986 or 15616680. OLE color: 15616680.

HSL color Cylindrical-coordinate representation of color #A84AEE: hue angle of 274.39º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84AEE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 74 238 -
CMYK 0.29 0.69 0 0.07
HSL 274.39º 0.83% 0.61% -
HSV(B) 274.39º 0.69% 0.93% -
XYZ 34.03 19.4 82.84 -
YUV 120.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 168 74 238 0.29 0.69 0 0.07 274.39 0.83 0.61
Hex A8 4A EE 1D 45 0 7 112 53 3D
Octal 250 112 356 35 105 0 7 422 123 75
Binary 10101000 1001010 11101110 11101 1000101 0 111 100010010 1010011 111101

Color Harmonies of #A84AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AEE

Black with #A84AEE

Text Example


Text Example

White with #A84AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AEE; }

 p { color: rgb(168,74,238); }

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

background-color css

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

 a { background-color: rgb(168,74,238); }

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

border-color css

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

 span { border-color: rgb(168,74,238); }

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