Html Css Color HEX #A948C8 Medium Orchid

📋 copy color: '#A948C8'

red 169 ◦ green 72 ◦ blue 200

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

Shades of Medium Orchid #A948C8

Tints of Medium Orchid #A948C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 38.32%
G = 16.33%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A948C8 (or 0xA948C8) is known color: Medium Orchid. HEX triplet: A9, 48 and C8. RGB value is (169,72,200). Sum of RGB (Red+Green+Blue) = 169+72+200=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #A948C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948C8 is #56B737. Grayscale: #737373. Windows color (decimal): -5683000 or 13125801. OLE color: 13125801.

HSL color Cylindrical-coordinate representation of color #A948C8: hue angle of 285.47º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A948C8 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 72 200 -
CMYK 0.16 0.64 0 0.22
HSL 285.47º 0.54% 0.53% -
HSV(B) 285.47º 0.64% 0.78% -
XYZ 29.1 17.24 56.44 -
YUV 115.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 169 72 200 0.16 0.64 0 0.22 285.47 0.54 0.53
Hex A9 48 C8 10 40 0 16 11D 36 35
Octal 251 110 310 20 100 0 26 435 66 65
Binary 10101001 1001000 11001000 10000 1000000 0 10110 100011101 110110 110101

Color Harmonies of #A948C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948C8

Black with #A948C8

Text Example


Text Example

White with #A948C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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