Html Css Color HEX #A84AE8 Medium Orchid

📋 copy color: '#A84AE8'

red 168 ◦ green 74 ◦ blue 232

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

Shades of Medium Orchid #A84AE8

Tints of Medium Orchid #A84AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 35.44%
G = 15.61%
B = 48.95%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A84AE8 (or 0xA84AE8) is known color: Medium Orchid. HEX triplet: A8, 4A and E8. RGB value is (168,74,232). Sum of RGB (Red+Green+Blue) = 168+74+232=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #A84AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AE8 is #57B517. Grayscale: #777777. Windows color (decimal): -5747992 or 15223464. OLE color: 15223464.

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

Color convert

RGB 168 74 232 -
CMYK 0.28 0.68 0 0.09
HSL 275.7º 0.77% 0.6% -
HSV(B) 275.7º 0.68% 0.91% -
XYZ 33.16 19.05 78.27 -
YUV 120.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 168 74 232 0.28 0.68 0 0.09 275.7 0.77 0.6
Hex A8 4A E8 1C 44 0 9 114 4D 3C
Octal 250 112 350 34 104 0 11 424 115 74
Binary 10101000 1001010 11101000 11100 1000100 0 1001 100010100 1001101 111100

Color Harmonies of #A84AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AE8

Black with #A84AE8

Text Example


Text Example

White with #A84AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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