Html Css Color HEX #A84FFB Medium Orchid

📋 copy color: '#A84FFB'

red 168 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #A84FFB

Tints of Medium Orchid #A84FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 33.73%
G = 15.86%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A84FFB (or 0xA84FFB) is known color: Medium Orchid. HEX triplet: A8, 4F and FB. RGB value is (168,79,251). Sum of RGB (Red+Green+Blue) = 168+79+251=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #A84FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFB is #57B004. Grayscale: #7C7C7C. Windows color (decimal): -5746693 or 16469928. OLE color: 16469928.

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

Color convert

RGB 168 79 251 -
CMYK 0.33 0.69 0 0.02
HSL 271.05º 0.96% 0.65% -
HSV(B) 271.05º 0.69% 0.98% -
XYZ 36.36 20.88 93.38 -
YUV 125.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 168 79 251 0.33 0.69 0 0.02 271.05 0.96 0.65
Hex A8 4F FB 21 45 0 2 10F 60 41
Octal 250 117 373 41 105 0 2 417 140 101
Binary 10101000 1001111 11111011 100001 1000101 0 10 100001111 1100000 1000001

Color Harmonies of #A84FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FFB

Black with #A84FFB

Text Example


Text Example

White with #A84FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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