Html Css Color HEX #A84DF8 Medium Orchid

📋 copy color: '#A84DF8'

red 168 ◦ green 77 ◦ blue 248

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

Shades of Medium Orchid #A84DF8

Tints of Medium Orchid #A84DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.3%

R = 34.08%
G = 15.62%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A84DF8 (or 0xA84DF8) is known color: Medium Orchid. HEX triplet: A8, 4D and F8. RGB value is (168,77,248). Sum of RGB (Red+Green+Blue) = 168+77+248=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #A84DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF8 is #57B207. Grayscale: #7B7B7B. Windows color (decimal): -5747208 or 16272808. OLE color: 16272808.

HSL color Cylindrical-coordinate representation of color #A84DF8: hue angle of 271.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84DF8 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 77 248 -
CMYK 0.32 0.69 0 0.03
HSL 271.93º 0.92% 0.64% -
HSV(B) 271.93º 0.69% 0.97% -
XYZ 35.75 20.41 90.86 -
YUV 123.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 168 77 248 0.32 0.69 0 0.03 271.93 0.92 0.64
Hex A8 4D F8 20 45 0 3 110 5C 40
Octal 250 115 370 40 105 0 3 420 134 100
Binary 10101000 1001101 11111000 100000 1000101 0 11 100010000 1011100 1000000

Color Harmonies of #A84DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DF8

Black with #A84DF8

Text Example


Text Example

White with #A84DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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