Html Css Color HEX #A84ACF Medium Orchid

📋 copy color: '#A84ACF'

red 168 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #A84ACF

Tints of Medium Orchid #A84ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 37.42%
G = 16.48%
B = 46.1%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84ACF (or 0xA84ACF) is known color: Medium Orchid. HEX triplet: A8, 4A and CF. RGB value is (168,74,207). Sum of RGB (Red+Green+Blue) = 168+74+207=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A84ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACF is #57B530. Grayscale: #747474. Windows color (decimal): -5748017 or 13585064. OLE color: 13585064.

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

Color convert

RGB 168 74 207 -
CMYK 0.19 0.64 0 0.19
HSL 282.41º 0.58% 0.55% -
HSV(B) 282.41º 0.64% 0.81% -
XYZ 29.86 17.73 60.88 -
YUV 117.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 168 74 207 0.19 0.64 0 0.19 282.41 0.58 0.55
Hex A8 4A CF 13 40 0 13 11A 3A 37
Octal 250 112 317 23 100 0 23 432 72 67
Binary 10101000 1001010 11001111 10011 1000000 0 10011 100011010 111010 110111

Color Harmonies of #A84ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ACF

Black with #A84ACF

Text Example


Text Example

White with #A84ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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