Html Css Color HEX #A945CF Medium Orchid

📋 copy color: '#A945CF'

red 169 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #A945CF

Tints of Medium Orchid #A945CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.51%

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

R = 37.98%
G = 15.51%
B = 46.52%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A945CF (or 0xA945CF) is known color: Medium Orchid. HEX triplet: A9, 45 and CF. RGB value is (169,69,207). Sum of RGB (Red+Green+Blue) = 169+69+207=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A945CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945CF is #56BA30. Grayscale: #727272. Windows color (decimal): -5683761 or 13583785. OLE color: 13583785.

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

Color convert

RGB 169 69 207 -
CMYK 0.18 0.67 0 0.19
HSL 283.48º 0.59% 0.54% -
HSV(B) 283.48º 0.67% 0.81% -
XYZ 29.75 17.2 60.78 -
YUV 114.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 169 69 207 0.18 0.67 0 0.19 283.48 0.59 0.54
Hex A9 45 CF 12 43 0 13 11B 3B 36
Octal 251 105 317 22 103 0 23 433 73 66
Binary 10101001 1000101 11001111 10010 1000011 0 10011 100011011 111011 110110

Color Harmonies of #A945CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A945CF

Black with #A945CF

Text Example


Text Example

White with #A945CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A945CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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