Html Css Color HEX #A84BE0 Medium Orchid

📋 copy color: '#A84BE0'

red 168 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #A84BE0

Tints of Medium Orchid #A84BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 35.97%
G = 16.06%
B = 47.97%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A84BE0 (or 0xA84BE0) is known color: Medium Orchid. HEX triplet: A8, 4B and E0. RGB value is (168,75,224). Sum of RGB (Red+Green+Blue) = 168+75+224=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #A84BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BE0 is #57B41F. Grayscale: #777777. Windows color (decimal): -5747744 or 14699432. OLE color: 14699432.

HSL color Cylindrical-coordinate representation of color #A84BE0: hue angle of 277.45º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84BE0 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 75 224 -
CMYK 0.25 0.67 0 0.12
HSL 277.45º 0.71% 0.59% -
HSV(B) 277.45º 0.67% 0.88% -
XYZ 32.12 18.74 72.45 -
YUV 119.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 168 75 224 0.25 0.67 0 0.12 277.45 0.71 0.59
Hex A8 4B E0 19 43 0 C 115 47 3B
Octal 250 113 340 31 103 0 14 425 107 73
Binary 10101000 1001011 11100000 11001 1000011 0 1100 100010101 1000111 111011

Color Harmonies of #A84BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BE0

Black with #A84BE0

Text Example


Text Example

White with #A84BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BE0; }

 p { color: rgb(168,75,224); }

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

background-color css

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

 a { background-color: rgb(168,75,224); }

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

border-color css

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

 span { border-color: rgb(168,75,224); }

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