Html Css Color HEX #A84FFC Medium Orchid

📋 copy color: '#A84FFC'

red 168 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #A84FFC

Tints of Medium Orchid #A84FFC

RGB

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

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

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

R = 33.67%
G = 15.83%
B = 50.5%

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

#A84FFC (or 0xA84FFC) is known color: Medium Orchid. HEX triplet: A8, 4F and FC. RGB value is (168,79,252). Sum of RGB (Red+Green+Blue) = 168+79+252=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFC is #57B003. Grayscale: #7C7C7C. Windows color (decimal): -5746692 or 16535464. OLE color: 16535464.

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

Color convert

RGB 168 79 252 -
CMYK 0.33 0.69 0 0.01
HSL 270.87º 0.97% 0.65% -
HSV(B) 270.87º 0.69% 0.99% -
XYZ 36.52 20.95 94.21 -
YUV 125.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 168 79 252 0.33 0.69 0 0.01 270.87 0.97 0.65
Hex A8 4F FC 21 45 0 1 10F 61 41
Octal 250 117 374 41 105 0 1 417 141 101
Binary 10101000 1001111 11111100 100001 1000101 0 1 100001111 1100001 1000001

Color Harmonies of #A84FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FFC

Black with #A84FFC

Text Example


Text Example

White with #A84FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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