Html Css Color HEX #A84AF7 Medium Orchid

📋 copy color: '#A84AF7'

red 168 ◦ green 74 ◦ blue 247

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

Shades of Medium Orchid #A84AF7

Tints of Medium Orchid #A84AF7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.13%

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 34.36%
G = 15.13%
B = 50.51%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A84AF7 (or 0xA84AF7) is known color: Medium Orchid. HEX triplet: A8, 4A and F7. RGB value is (168,74,247). Sum of RGB (Red+Green+Blue) = 168+74+247=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #A84AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AF7 is #57B508. Grayscale: #797979. Windows color (decimal): -5747977 or 16206504. OLE color: 16206504.

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

Color convert

RGB 168 74 247 -
CMYK 0.32 0.70 0 0.03
HSL 272.6º 0.92% 0.63% -
HSV(B) 272.6º 0.7% 0.97% -
XYZ 35.39 19.94 89.98 -
YUV 121.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 168 74 247 0.32 0.70 0 0.03 272.6 0.92 0.63
Hex A8 4A F7 20 46 0 3 111 5C 3F
Octal 250 112 367 40 106 0 3 421 134 77
Binary 10101000 1001010 11110111 100000 1000110 0 11 100010001 1011100 111111

Color Harmonies of #A84AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AF7

Black with #A84AF7

Text Example


Text Example

White with #A84AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AF7; }

 p { color: rgb(168,74,247); }

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

background-color css

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

 a { background-color: rgb(168,74,247); }

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

border-color css

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

 span { border-color: rgb(168,74,247); }

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