Html Css Color HEX #A948DD Medium Orchid

📋 copy color: '#A948DD'

red 169 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #A948DD

Tints of Medium Orchid #A948DD

RGB

 RED value IS 169 (66.41% from 255) = 36.58%

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

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

R = 36.58%
G = 15.58%
B = 47.84%

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

#A948DD (or 0xA948DD) is known color: Medium Orchid. HEX triplet: A9, 48 and DD. RGB value is (169,72,221). Sum of RGB (Red+Green+Blue) = 169+72+221=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A948DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948DD is #56B722. Grayscale: #757575. Windows color (decimal): -5682979 or 14502057. OLE color: 14502057.

HSL color Cylindrical-coordinate representation of color #A948DD: hue angle of 279.06º 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 #A948DD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 72 221 -
CMYK 0.24 0.67 0 0.13
HSL 279.06º 0.69% 0.57% -
HSV(B) 279.06º 0.67% 0.87% -
XYZ 31.73 18.29 70.26 -
YUV 117.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 169 72 221 0.24 0.67 0 0.13 279.06 0.69 0.57
Hex A9 48 DD 18 43 0 D 117 45 39
Octal 251 110 335 30 103 0 15 427 105 71
Binary 10101001 1001000 11011101 11000 1000011 0 1101 100010111 1000101 111001

Color Harmonies of #A948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948DD

Black with #A948DD

Text Example


Text Example

White with #A948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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