Html Css Color HEX #A84AEA Medium Orchid

📋 copy color: '#A84AEA'

red 168 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #A84AEA

Tints of Medium Orchid #A84AEA

RGB

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

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

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

R = 35.29%
G = 15.55%
B = 49.16%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A84AEA (or 0xA84AEA) is known color: Medium Orchid. HEX triplet: A8, 4A and EA. RGB value is (168,74,234). Sum of RGB (Red+Green+Blue) = 168+74+234=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A84AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AEA is #57B515. Grayscale: #777777. Windows color (decimal): -5747990 or 15354536. OLE color: 15354536.

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

Color convert

RGB 168 74 234 -
CMYK 0.28 0.68 0 0.08
HSL 275.25º 0.79% 0.6% -
HSV(B) 275.25º 0.68% 0.92% -
XYZ 33.45 19.16 79.78 -
YUV 120.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 168 74 234 0.28 0.68 0 0.08 275.25 0.79 0.6
Hex A8 4A EA 1C 44 0 8 113 4F 3C
Octal 250 112 352 34 104 0 10 423 117 74
Binary 10101000 1001010 11101010 11100 1000100 0 1000 100010011 1001111 111100

Color Harmonies of #A84AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AEA

Black with #A84AEA

Text Example


Text Example

White with #A84AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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