Html Css Color HEX #A948DB Medium Orchid

📋 copy color: '#A948DB'

red 169 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #A948DB

Tints of Medium Orchid #A948DB

RGB

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

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

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

R = 36.74%
G = 15.65%
B = 47.61%

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

#A948DB (or 0xA948DB) is known color: Medium Orchid. HEX triplet: A9, 48 and DB. RGB value is (169,72,219). Sum of RGB (Red+Green+Blue) = 169+72+219=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A948DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948DB is #56B724. Grayscale: #757575. Windows color (decimal): -5682981 or 14370985. OLE color: 14370985.

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

Color convert

RGB 169 72 219 -
CMYK 0.23 0.67 0 0.14
HSL 279.59º 0.67% 0.57% -
HSV(B) 279.59º 0.67% 0.86% -
XYZ 31.47 18.18 68.87 -
YUV 117.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 169 72 219 0.23 0.67 0 0.14 279.59 0.67 0.57
Hex A9 48 DB 17 43 0 E 118 43 39
Octal 251 110 333 27 103 0 16 430 103 71
Binary 10101001 1001000 11011011 10111 1000011 0 1110 100011000 1000011 111001

Color Harmonies of #A948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948DB

Black with #A948DB

Text Example


Text Example

White with #A948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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