Html Css Color HEX #A84CFC Medium Orchid

📋 copy color: '#A84CFC'

red 168 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #A84CFC

Tints of Medium Orchid #A84CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 33.87%
G = 15.32%
B = 50.81%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A84CFC (or 0xA84CFC) is known color: Medium Orchid. HEX triplet: A8, 4C and FC. RGB value is (168,76,252). Sum of RGB (Red+Green+Blue) = 168+76+252=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CFC is #57B303. Grayscale: #7A7A7A. Windows color (decimal): -5747460 or 16534696. OLE color: 16534696.

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

Color convert

RGB 168 76 252 -
CMYK 0.33 0.70 0 0.01
HSL 271.36º 0.97% 0.64% -
HSV(B) 271.36º 0.7% 0.99% -
XYZ 36.3 20.52 94.14 -
YUV 123.57 200.48 159.69 -
System Red Green Blue C M Y K H S L
Decimal 168 76 252 0.33 0.70 0 0.01 271.36 0.97 0.64
Hex A8 4C FC 21 46 0 1 10F 61 40
Octal 250 114 374 41 106 0 1 417 141 100
Binary 10101000 1001100 11111100 100001 1000110 0 1 100001111 1100001 1000000

Color Harmonies of #A84CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CFC

Black with #A84CFC

Text Example


Text Example

White with #A84CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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