Html Css Color HEX #A84BCA Medium Orchid

📋 copy color: '#A84BCA'

red 168 ◦ green 75 ◦ blue 202

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

Shades of Medium Orchid #A84BCA

Tints of Medium Orchid #A84BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 37.75%
G = 16.85%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A84BCA (or 0xA84BCA) is known color: Medium Orchid. HEX triplet: A8, 4B and CA. RGB value is (168,75,202). Sum of RGB (Red+Green+Blue) = 168+75+202=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A84BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BCA is #57B435. Grayscale: #747474. Windows color (decimal): -5747766 or 13257640. OLE color: 13257640.

HSL color Cylindrical-coordinate representation of color #A84BCA: hue angle of 283.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84BCA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 75 202 -
CMYK 0.17 0.63 0 0.21
HSL 283.94º 0.55% 0.54% -
HSV(B) 283.94º 0.63% 0.79% -
XYZ 29.33 17.62 57.73 -
YUV 117.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 168 75 202 0.17 0.63 0 0.21 283.94 0.55 0.54
Hex A8 4B CA 11 3F 0 15 11C 37 36
Octal 250 113 312 21 77 0 25 434 67 66
Binary 10101000 1001011 11001010 10001 111111 0 10101 100011100 110111 110110

Color Harmonies of #A84BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BCA

Black with #A84BCA

Text Example


Text Example

White with #A84BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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