Html Css Color HEX #A84CCB Medium Orchid

📋 copy color: '#A84CCB'

red 168 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #A84CCB

Tints of Medium Orchid #A84CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 37.58%
G = 17%
B = 45.41%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A84CCB (or 0xA84CCB) is known color: Medium Orchid. HEX triplet: A8, 4C and CB. RGB value is (168,76,203). Sum of RGB (Red+Green+Blue) = 168+76+203=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A84CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCB is #57B334. Grayscale: #757575. Windows color (decimal): -5747509 or 13323432. OLE color: 13323432.

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

Color convert

RGB 168 76 203 -
CMYK 0.17 0.63 0 0.20
HSL 283.46º 0.55% 0.55% -
HSV(B) 283.46º 0.63% 0.8% -
XYZ 29.51 17.81 58.38 -
YUV 117.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 168 76 203 0.17 0.63 0 0.20 283.46 0.55 0.55
Hex A8 4C CB 11 3F 0 14 11B 37 37
Octal 250 114 313 21 77 0 24 433 67 67
Binary 10101000 1001100 11001011 10001 111111 0 10100 100011011 110111 110111

Color Harmonies of #A84CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CCB

Black with #A84CCB

Text Example


Text Example

White with #A84CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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