Html Css Color HEX #A445C7 Dark Orchid

📋 copy color: '#A445C7'

red 164 ◦ green 69 ◦ blue 199

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

Shades of Dark Orchid #A445C7

Tints of Dark Orchid #A445C7

RGB

 RED value IS 164 (64.45% from 255) = 37.96%

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

 BLUE value IS 199 (78.13% from 255) = 46.06%

R = 37.96%
G = 15.97%
B = 46.06%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A445C7 (or 0xA445C7) is known color: Dark Orchid. HEX triplet: A4, 45 and C7. RGB value is (164,69,199). Sum of RGB (Red+Green+Blue) = 164+69+199=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #A445C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445C7 is #5BBA38. Grayscale: #6F6F6F. Windows color (decimal): -6011449 or 13059492. OLE color: 13059492.

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

Color convert

RGB 164 69 199 -
CMYK 0.18 0.65 0 0.22
HSL 283.85º 0.54% 0.53% -
HSV(B) 283.85º 0.65% 0.78% -
XYZ 27.75 16.27 55.71 -
YUV 112.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 164 69 199 0.18 0.65 0 0.22 283.85 0.54 0.53
Hex A4 45 C7 12 41 0 16 11C 36 35
Octal 244 105 307 22 101 0 26 434 66 65
Binary 10100100 1000101 11000111 10010 1000001 0 10110 100011100 110110 110101

Color Harmonies of #A445C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A445C7

Black with #A445C7

Text Example


Text Example

White with #A445C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A445C7; }

 p { color: rgb(164,69,199); }

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

background-color css

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

 a { background-color: rgb(164,69,199); }

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

border-color css

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

 span { border-color: rgb(164,69,199); }

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