Html Css Color HEX #A84DFB Medium Orchid

📋 copy color: '#A84DFB'

red 168 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #A84DFB

Tints of Medium Orchid #A84DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.52%

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

R = 33.87%
G = 15.52%
B = 50.6%

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

#A84DFB (or 0xA84DFB) is known color: Medium Orchid. HEX triplet: A8, 4D and FB. RGB value is (168,77,251). Sum of RGB (Red+Green+Blue) = 168+77+251=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #A84DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DFB is #57B204. Grayscale: #7B7B7B. Windows color (decimal): -5747205 or 16469416. OLE color: 16469416.

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

Color convert

RGB 168 77 251 -
CMYK 0.33 0.69 0 0.02
HSL 271.38º 0.96% 0.64% -
HSV(B) 271.38º 0.69% 0.98% -
XYZ 36.21 20.6 93.33 -
YUV 124.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 168 77 251 0.33 0.69 0 0.02 271.38 0.96 0.64
Hex A8 4D FB 21 45 0 2 10F 60 40
Octal 250 115 373 41 105 0 2 417 140 100
Binary 10101000 1001101 11111011 100001 1000101 0 10 100001111 1100000 1000000

Color Harmonies of #A84DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DFB

Black with #A84DFB

Text Example


Text Example

White with #A84DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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