Html Css Color HEX #A84FEB Medium Orchid

📋 copy color: '#A84FEB'

red 168 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #A84FEB

Tints of Medium Orchid #A84FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 34.85%
G = 16.39%
B = 48.76%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A84FEB (or 0xA84FEB) is known color: Medium Orchid. HEX triplet: A8, 4F and EB. RGB value is (168,79,235). Sum of RGB (Red+Green+Blue) = 168+79+235=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #A84FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FEB is #57B014. Grayscale: #7A7A7A. Windows color (decimal): -5746709 or 15421352. OLE color: 15421352.

HSL color Cylindrical-coordinate representation of color #A84FEB: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84FEB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 79 235 -
CMYK 0.29 0.66 0 0.08
HSL 274.23º 0.8% 0.62% -
HSV(B) 274.23º 0.66% 0.92% -
XYZ 33.94 19.91 80.65 -
YUV 123.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 168 79 235 0.29 0.66 0 0.08 274.23 0.8 0.62
Hex A8 4F EB 1D 42 0 8 112 50 3E
Octal 250 117 353 35 102 0 10 422 120 76
Binary 10101000 1001111 11101011 11101 1000010 0 1000 100010010 1010000 111110

Color Harmonies of #A84FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FEB

Black with #A84FEB

Text Example


Text Example

White with #A84FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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