Html Css Color HEX #A948CF Medium Orchid

📋 copy color: '#A948CF'

red 169 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #A948CF

Tints of Medium Orchid #A948CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 37.72%
G = 16.07%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A948CF (or 0xA948CF) is known color: Medium Orchid. HEX triplet: A9, 48 and CF. RGB value is (169,72,207). Sum of RGB (Red+Green+Blue) = 169+72+207=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A948CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948CF is #56B730. Grayscale: #737373. Windows color (decimal): -5682993 or 13584553. OLE color: 13584553.

HSL color Cylindrical-coordinate representation of color #A948CF: hue angle of 283.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A948CF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 72 207 -
CMYK 0.18 0.65 0 0.19
HSL 283.11º 0.58% 0.55% -
HSV(B) 283.11º 0.65% 0.81% -
XYZ 29.94 17.57 60.85 -
YUV 116.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 169 72 207 0.18 0.65 0 0.19 283.11 0.58 0.55
Hex A9 48 CF 12 41 0 13 11B 3A 37
Octal 251 110 317 22 101 0 23 433 72 67
Binary 10101001 1001000 11001111 10010 1000001 0 10011 100011011 111010 110111

Color Harmonies of #A948CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948CF

Black with #A948CF

Text Example


Text Example

White with #A948CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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