Html Css Color HEX #A748DD Medium Orchid

📋 copy color: '#A748DD'

red 167 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #A748DD

Tints of Medium Orchid #A748DD

RGB

 RED value IS 167 (65.63% from 255) = 36.3%

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 36.3%
G = 15.65%
B = 48.04%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A748DD (or 0xA748DD) is known color: Medium Orchid. HEX triplet: A7, 48 and DD. RGB value is (167,72,221). Sum of RGB (Red+Green+Blue) = 167+72+221=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A748DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748DD is #58B722. Grayscale: #747474. Windows color (decimal): -5814051 or 14502055. OLE color: 14502055.

HSL color Cylindrical-coordinate representation of color #A748DD: hue angle of 278.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A748DD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 72 221 -
CMYK 0.24 0.67 0 0.13
HSL 278.26º 0.69% 0.57% -
HSV(B) 278.26º 0.67% 0.87% -
XYZ 31.3 18.07 70.24 -
YUV 117.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 167 72 221 0.24 0.67 0 0.13 278.26 0.69 0.57
Hex A7 48 DD 18 43 0 D 116 45 39
Octal 247 110 335 30 103 0 15 426 105 71
Binary 10100111 1001000 11011101 11000 1000011 0 1101 100010110 1000101 111001

Color Harmonies of #A748DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748DD

Black with #A748DD

Text Example


Text Example

White with #A748DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748DD; }

 p { color: rgb(167,72,221); }

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

background-color css

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

 a { background-color: rgb(167,72,221); }

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

border-color css

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

 span { border-color: rgb(167,72,221); }

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