Html Css Color HEX #A84FCB Medium Orchid

📋 copy color: '#A84FCB'

red 168 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #A84FCB

Tints of Medium Orchid #A84FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 37.33%
G = 17.56%
B = 45.11%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A84FCB (or 0xA84FCB) is known color: Medium Orchid. HEX triplet: A8, 4F and CB. RGB value is (168,79,203). Sum of RGB (Red+Green+Blue) = 168+79+203=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A84FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FCB is #57B034. Grayscale: #777777. Windows color (decimal): -5746741 or 13324200. OLE color: 13324200.

HSL color Cylindrical-coordinate representation of color #A84FCB: hue angle of 283.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84FCB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 79 203 -
CMYK 0.17 0.61 0 0.20
HSL 283.06º 0.54% 0.55% -
HSV(B) 283.06º 0.61% 0.8% -
XYZ 29.72 18.23 58.45 -
YUV 119.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 168 79 203 0.17 0.61 0 0.20 283.06 0.54 0.55
Hex A8 4F CB 11 3D 0 14 11B 36 37
Octal 250 117 313 21 75 0 24 433 66 67
Binary 10101000 1001111 11001011 10001 111101 0 10100 100011011 110110 110111

Color Harmonies of #A84FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FCB

Black with #A84FCB

Text Example


Text Example

White with #A84FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FCB; }

 p { color: rgb(168,79,203); }

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

background-color css

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

 a { background-color: rgb(168,79,203); }

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

border-color css

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

 span { border-color: rgb(168,79,203); }

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