Html Css Color HEX #A848CD Medium Orchid

📋 copy color: '#A848CD'

red 168 ◦ green 72 ◦ blue 205

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

Shades of Medium Orchid #A848CD

Tints of Medium Orchid #A848CD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 37.75%
G = 16.18%
B = 46.07%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A848CD (or 0xA848CD) is known color: Medium Orchid. HEX triplet: A8, 48 and CD. RGB value is (168,72,205). Sum of RGB (Red+Green+Blue) = 168+72+205=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A848CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848CD is #57B732. Grayscale: #737373. Windows color (decimal): -5748531 or 13453480. OLE color: 13453480.

HSL color Cylindrical-coordinate representation of color #A848CD: hue angle of 283.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A848CD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 72 205 -
CMYK 0.18 0.65 0 0.20
HSL 283.31º 0.57% 0.54% -
HSV(B) 283.31º 0.65% 0.8% -
XYZ 29.49 17.37 59.56 -
YUV 115.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 168 72 205 0.18 0.65 0 0.20 283.31 0.57 0.54
Hex A8 48 CD 12 41 0 14 11B 39 36
Octal 250 110 315 22 101 0 24 433 71 66
Binary 10101000 1001000 11001101 10010 1000001 0 10100 100011011 111001 110110

Color Harmonies of #A848CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848CD

Black with #A848CD

Text Example


Text Example

White with #A848CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848CD; }

 p { color: rgb(168,72,205); }

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

background-color css

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

 a { background-color: rgb(168,72,205); }

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

border-color css

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

 span { border-color: rgb(168,72,205); }

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