Html Css Color HEX #A848DA Medium Orchid

📋 copy color: '#A848DA'

red 168 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #A848DA

Tints of Medium Orchid #A848DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 36.68%
G = 15.72%
B = 47.6%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A848DA (or 0xA848DA) is known color: Medium Orchid. HEX triplet: A8, 48 and DA. RGB value is (168,72,218). Sum of RGB (Red+Green+Blue) = 168+72+218=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A848DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848DA is #57B725. Grayscale: #747474. Windows color (decimal): -5748518 or 14305448. OLE color: 14305448.

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

Color convert

RGB 168 72 218 -
CMYK 0.23 0.67 0 0.15
HSL 279.45º 0.66% 0.57% -
HSV(B) 279.45º 0.67% 0.85% -
XYZ 31.12 18.02 68.17 -
YUV 117.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 168 72 218 0.23 0.67 0 0.15 279.45 0.66 0.57
Hex A8 48 DA 17 43 0 F 117 42 39
Octal 250 110 332 27 103 0 17 427 102 71
Binary 10101000 1001000 11011010 10111 1000011 0 1111 100010111 1000010 111001

Color Harmonies of #A848DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848DA

Black with #A848DA

Text Example


Text Example

White with #A848DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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