Html Css Color HEX #A84DFE Medium Orchid

📋 copy color: '#A84DFE'

red 168 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #A84DFE

Tints of Medium Orchid #A84DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.43%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 33.67%
G = 15.43%
B = 50.9%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A84DFE (or 0xA84DFE) is known color: Medium Orchid. HEX triplet: A8, 4D and FE. RGB value is (168,77,254). Sum of RGB (Red+Green+Blue) = 168+77+254=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A84DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DFE is #57B201. Grayscale: #7B7B7B. Windows color (decimal): -5747202 or 16666024. OLE color: 16666024.

HSL color Cylindrical-coordinate representation of color #A84DFE: hue angle of 270.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84DFE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 77 254 -
CMYK 0.34 0.70 0 0.00
HSL 270.85º 0.99% 0.65% -
HSV(B) 270.85º 0.7% 1% -
XYZ 36.69 20.79 95.84 -
YUV 124.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 168 77 254 0.34 0.70 0 0.00 270.85 0.99 0.65
Hex A8 4D FE 22 46 0 0 10F 63 41
Octal 250 115 376 42 106 0 0 417 143 101
Binary 10101000 1001101 11111110 100010 1000110 0 0 100001111 1100011 1000001

Color Harmonies of #A84DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DFE

Black with #A84DFE

Text Example


Text Example

White with #A84DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DFE; }

 p { color: rgb(168,77,254); }

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

background-color css

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

 a { background-color: rgb(168,77,254); }

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

border-color css

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

 span { border-color: rgb(168,77,254); }

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