Html Css Color HEX #A84CCE Medium Orchid

📋 copy color: '#A84CCE'

red 168 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #A84CCE

Tints of Medium Orchid #A84CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 37.33%
G = 16.89%
B = 45.78%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84CCE (or 0xA84CCE) is known color: Medium Orchid. HEX triplet: A8, 4C and CE. RGB value is (168,76,206). Sum of RGB (Red+Green+Blue) = 168+76+206=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCE is #57B331. Grayscale: #757575. Windows color (decimal): -5747506 or 13520040. OLE color: 13520040.

HSL color Cylindrical-coordinate representation of color #A84CCE: hue angle of 282.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CCE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 76 206 -
CMYK 0.18 0.63 0 0.19
HSL 282.46º 0.57% 0.55% -
HSV(B) 282.46º 0.63% 0.81% -
XYZ 29.87 17.95 60.28 -
YUV 118.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 168 76 206 0.18 0.63 0 0.19 282.46 0.57 0.55
Hex A8 4C CE 12 3F 0 13 11A 39 37
Octal 250 114 316 22 77 0 23 432 71 67
Binary 10101000 1001100 11001110 10010 111111 0 10011 100011010 111001 110111

Color Harmonies of #A84CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CCE

Black with #A84CCE

Text Example


Text Example

White with #A84CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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