Html Css Color HEX #A84EFC Medium Orchid

📋 copy color: '#A84EFC'

red 168 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #A84EFC

Tints of Medium Orchid #A84EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 33.73%
G = 15.66%
B = 50.6%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A84EFC (or 0xA84EFC) is known color: Medium Orchid. HEX triplet: A8, 4E and FC. RGB value is (168,78,252). Sum of RGB (Red+Green+Blue) = 168+78+252=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EFC is #57B103. Grayscale: #7C7C7C. Windows color (decimal): -5746948 or 16535208. OLE color: 16535208.

HSL color Cylindrical-coordinate representation of color #A84EFC: hue angle of 271.03º degrees, saturation: 0.97, 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 #A84EFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 78 252 -
CMYK 0.33 0.69 0 0.01
HSL 271.03º 0.97% 0.65% -
HSV(B) 271.03º 0.69% 0.99% -
XYZ 36.44 20.8 94.19 -
YUV 124.75 199.82 158.85 -
System Red Green Blue C M Y K H S L
Decimal 168 78 252 0.33 0.69 0 0.01 271.03 0.97 0.65
Hex A8 4E FC 21 45 0 1 10F 61 41
Octal 250 116 374 41 105 0 1 417 141 101
Binary 10101000 1001110 11111100 100001 1000101 0 1 100001111 1100001 1000001

Color Harmonies of #A84EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EFC

Black with #A84EFC

Text Example


Text Example

White with #A84EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EFC; }

 p { color: rgb(168,78,252); }

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

background-color css

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

 a { background-color: rgb(168,78,252); }

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

border-color css

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

 span { border-color: rgb(168,78,252); }

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