Html Css Color HEX #A948CA Medium Orchid

📋 copy color: '#A948CA'

red 169 ◦ green 72 ◦ blue 202

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

Shades of Medium Orchid #A948CA

Tints of Medium Orchid #A948CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 38.15%
G = 16.25%
B = 45.6%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A948CA (or 0xA948CA) is known color: Medium Orchid. HEX triplet: A9, 48 and CA. RGB value is (169,72,202). Sum of RGB (Red+Green+Blue) = 169+72+202=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A948CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948CA is #56B735. Grayscale: #737373. Windows color (decimal): -5682998 or 13256873. OLE color: 13256873.

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

Color convert

RGB 169 72 202 -
CMYK 0.16 0.64 0 0.21
HSL 284.77º 0.55% 0.54% -
HSV(B) 284.77º 0.64% 0.79% -
XYZ 29.34 17.33 57.68 -
YUV 115.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 169 72 202 0.16 0.64 0 0.21 284.77 0.55 0.54
Hex A9 48 CA 10 40 0 15 11D 37 36
Octal 251 110 312 20 100 0 25 435 67 66
Binary 10101001 1001000 11001010 10000 1000000 0 10101 100011101 110111 110110

Color Harmonies of #A948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948CA

Black with #A948CA

Text Example


Text Example

White with #A948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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