Html Css Color HEX #A84ACC Medium Orchid

📋 copy color: '#A84ACC'

red 168 ◦ green 74 ◦ blue 204

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

Shades of Medium Orchid #A84ACC

Tints of Medium Orchid #A84ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 37.67%
G = 16.59%
B = 45.74%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A84ACC (or 0xA84ACC) is known color: Medium Orchid. HEX triplet: A8, 4A and CC. RGB value is (168,74,204). Sum of RGB (Red+Green+Blue) = 168+74+204=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A84ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACC is #57B533. Grayscale: #747474. Windows color (decimal): -5748020 or 13388456. OLE color: 13388456.

HSL color Cylindrical-coordinate representation of color #A84ACC: hue angle of 283.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84ACC is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 74 204 -
CMYK 0.18 0.64 0 0.2
HSL 283.38º 0.56% 0.55% -
HSV(B) 283.38º 0.64% 0.8% -
XYZ 29.5 17.58 58.97 -
YUV 116.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 168 74 204 0.18 0.64 0 0.2 283.38 0.56 0.55
Hex A8 4A CC 12 40 0 14 11B 38 37
Octal 250 112 314 22 100 0 24 433 70 67
Binary 10101000 1001010 11001100 10010 1000000 0 10100 100011011 111000 110111

Color Harmonies of #A84ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ACC

Black with #A84ACC

Text Example


Text Example

White with #A84ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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