Html Css Color HEX #A445CC Dark Orchid

📋 copy color: '#A445CC'

red 164 ◦ green 69 ◦ blue 204

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

Shades of Dark Orchid #A445CC

Tints of Dark Orchid #A445CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 37.53%
G = 15.79%
B = 46.68%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A445CC (or 0xA445CC) is known color: Dark Orchid. HEX triplet: A4, 45 and CC. RGB value is (164,69,204). Sum of RGB (Red+Green+Blue) = 164+69+204=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #A445CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445CC is #5BBA33. Grayscale: #707070. Windows color (decimal): -6011444 or 13387172. OLE color: 13387172.

HSL color Cylindrical-coordinate representation of color #A445CC: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A445CC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 69 204 -
CMYK 0.20 0.66 0 0.2
HSL 282.22º 0.57% 0.54% -
HSV(B) 282.22º 0.66% 0.8% -
XYZ 28.34 16.51 58.82 -
YUV 112.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 164 69 204 0.20 0.66 0 0.2 282.22 0.57 0.54
Hex A4 45 CC 14 42 0 14 11A 39 36
Octal 244 105 314 24 102 0 24 432 71 66
Binary 10100100 1000101 11001100 10100 1000010 0 10100 100011010 111001 110110

Color Harmonies of #A445CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A445CC

Black with #A445CC

Text Example


Text Example

White with #A445CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A445CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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