Html Css Color HEX #A84FFD Medium Orchid

📋 copy color: '#A84FFD'

red 168 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #A84FFD

Tints of Medium Orchid #A84FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 33.6%
G = 15.8%
B = 50.6%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A84FFD (or 0xA84FFD) is known color: Medium Orchid. HEX triplet: A8, 4F and FD. RGB value is (168,79,253). Sum of RGB (Red+Green+Blue) = 168+79+253=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #A84FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFD is #57B002. Grayscale: #7C7C7C. Windows color (decimal): -5746691 or 16601000. OLE color: 16601000.

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

Color convert

RGB 168 79 253 -
CMYK 0.34 0.69 0 0.01
HSL 270.69º 0.98% 0.65% -
HSV(B) 270.69º 0.69% 0.99% -
XYZ 36.67 21.01 95.05 -
YUV 125.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 168 79 253 0.34 0.69 0 0.01 270.69 0.98 0.65
Hex A8 4F FD 22 45 0 1 10F 62 41
Octal 250 117 375 42 105 0 1 417 142 101
Binary 10101000 1001111 11111101 100010 1000101 0 1 100001111 1100010 1000001

Color Harmonies of #A84FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FFD

Black with #A84FFD

Text Example


Text Example

White with #A84FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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