Html Css Color HEX #A848DB Medium Orchid

📋 copy color: '#A848DB'

red 168 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #A848DB

Tints of Medium Orchid #A848DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 36.6%
G = 15.69%
B = 47.71%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A848DB (or 0xA848DB) is known color: Medium Orchid. HEX triplet: A8, 48 and DB. RGB value is (168,72,219). Sum of RGB (Red+Green+Blue) = 168+72+219=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A848DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848DB is #57B724. Grayscale: #747474. Windows color (decimal): -5748517 or 14370984. OLE color: 14370984.

HSL color Cylindrical-coordinate representation of color #A848DB: hue angle of 279.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A848DB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 72 219 -
CMYK 0.23 0.67 0 0.14
HSL 279.18º 0.67% 0.57% -
HSV(B) 279.18º 0.67% 0.86% -
XYZ 31.25 18.07 68.86 -
YUV 117.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 168 72 219 0.23 0.67 0 0.14 279.18 0.67 0.57
Hex A8 48 DB 17 43 0 E 117 43 39
Octal 250 110 333 27 103 0 16 427 103 71
Binary 10101000 1001000 11011011 10111 1000011 0 1110 100010111 1000011 111001

Color Harmonies of #A848DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848DB

Black with #A848DB

Text Example


Text Example

White with #A848DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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