Html Css Color HEX #A848CB Medium Orchid

📋 copy color: '#A848CB'

red 168 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #A848CB

Tints of Medium Orchid #A848CB

RGB

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

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

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

R = 37.92%
G = 16.25%
B = 45.82%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A848CB (or 0xA848CB) is known color: Medium Orchid. HEX triplet: A8, 48 and CB. RGB value is (168,72,203). Sum of RGB (Red+Green+Blue) = 168+72+203=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A848CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848CB is #57B734. Grayscale: #737373. Windows color (decimal): -5748533 or 13322408. OLE color: 13322408.

HSL color Cylindrical-coordinate representation of color #A848CB: hue angle of 283.97º degrees, saturation: 0.56, 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 #A848CB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 72 203 -
CMYK 0.17 0.65 0 0.20
HSL 283.97º 0.56% 0.54% -
HSV(B) 283.97º 0.65% 0.8% -
XYZ 29.25 17.27 58.29 -
YUV 115.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 168 72 203 0.17 0.65 0 0.20 283.97 0.56 0.54
Hex A8 48 CB 11 41 0 14 11C 38 36
Octal 250 110 313 21 101 0 24 434 70 66
Binary 10101000 1001000 11001011 10001 1000001 0 10100 100011100 111000 110110

Color Harmonies of #A848CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848CB

Black with #A848CB

Text Example


Text Example

White with #A848CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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