Html Css Color HEX #A84CE8 Medium Orchid

📋 copy color: '#A84CE8'

red 168 ◦ green 76 ◦ blue 232

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

Shades of Medium Orchid #A84CE8

Tints of Medium Orchid #A84CE8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

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

R = 35.29%
G = 15.97%
B = 48.74%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A84CE8 (or 0xA84CE8) is known color: Medium Orchid. HEX triplet: A8, 4C and E8. RGB value is (168,76,232). Sum of RGB (Red+Green+Blue) = 168+76+232=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #A84CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CE8 is #57B317. Grayscale: #787878. Windows color (decimal): -5747480 or 15223976. OLE color: 15223976.

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

Color convert

RGB 168 76 232 -
CMYK 0.28 0.67 0 0.09
HSL 275.38º 0.77% 0.6% -
HSV(B) 275.38º 0.67% 0.91% -
XYZ 33.3 19.32 78.32 -
YUV 121.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 168 76 232 0.28 0.67 0 0.09 275.38 0.77 0.6
Hex A8 4C E8 1C 43 0 9 113 4D 3C
Octal 250 114 350 34 103 0 11 423 115 74
Binary 10101000 1001100 11101000 11100 1000011 0 1001 100010011 1001101 111100

Color Harmonies of #A84CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CE8

Black with #A84CE8

Text Example


Text Example

White with #A84CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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