Html Css Color HEX #A84FFE Medium Orchid

📋 copy color: '#A84FFE'

red 168 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #A84FFE

Tints of Medium Orchid #A84FFE

RGB

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

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

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

R = 33.53%
G = 15.77%
B = 50.7%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A84FFE (or 0xA84FFE) is known color: Medium Orchid. HEX triplet: A8, 4F and FE. RGB value is (168,79,254). Sum of RGB (Red+Green+Blue) = 168+79+254=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A84FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFE is #57B001. Grayscale: #7C7C7C. Windows color (decimal): -5746690 or 16666536. OLE color: 16666536.

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

Color convert

RGB 168 79 254 -
CMYK 0.34 0.69 0 0.00
HSL 270.51º 0.99% 0.65% -
HSV(B) 270.51º 0.69% 1% -
XYZ 36.83 21.07 95.89 -
YUV 125.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 168 79 254 0.34 0.69 0 0.00 270.51 0.99 0.65
Hex A8 4F FE 22 45 0 0 10F 63 41
Octal 250 117 376 42 105 0 0 417 143 101
Binary 10101000 1001111 11111110 100010 1000101 0 0 100001111 1100011 1000001

Color Harmonies of #A84FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FFE

Black with #A84FFE

Text Example


Text Example

White with #A84FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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