Html Css Color HEX #A84CFB Medium Orchid

📋 copy color: '#A84CFB'

red 168 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #A84CFB

Tints of Medium Orchid #A84CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 33.94%
G = 15.35%
B = 50.71%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A84CFB (or 0xA84CFB) is known color: Medium Orchid. HEX triplet: A8, 4C and FB. RGB value is (168,76,251). Sum of RGB (Red+Green+Blue) = 168+76+251=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #A84CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CFB is #57B304. Grayscale: #7A7A7A. Windows color (decimal): -5747461 or 16469160. OLE color: 16469160.

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

Color convert

RGB 168 76 251 -
CMYK 0.33 0.70 0 0.02
HSL 271.54º 0.96% 0.64% -
HSV(B) 271.54º 0.7% 0.98% -
XYZ 36.15 20.46 93.31 -
YUV 123.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 168 76 251 0.33 0.70 0 0.02 271.54 0.96 0.64
Hex A8 4C FB 21 46 0 2 110 60 40
Octal 250 114 373 41 106 0 2 420 140 100
Binary 10101000 1001100 11111011 100001 1000110 0 10 100010000 1100000 1000000

Color Harmonies of #A84CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CFB

Black with #A84CFB

Text Example


Text Example

White with #A84CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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