Html Css Color HEX #A445CE Dark Orchid

📋 copy color: '#A445CE'

red 164 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #A445CE

Tints of Dark Orchid #A445CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 37.36%
G = 15.72%
B = 46.92%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A445CE (or 0xA445CE) is known color: Dark Orchid. HEX triplet: A4, 45 and CE. RGB value is (164,69,206). Sum of RGB (Red+Green+Blue) = 164+69+206=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A445CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445CE is #5BBA31. Grayscale: #707070. Windows color (decimal): -6011442 or 13518244. OLE color: 13518244.

HSL color Cylindrical-coordinate representation of color #A445CE: hue angle of 281.61º degrees, saturation: 0.58, 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 #A445CE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 69 206 -
CMYK 0.20 0.67 0 0.19
HSL 281.61º 0.58% 0.54% -
HSV(B) 281.61º 0.67% 0.81% -
XYZ 28.58 16.6 60.09 -
YUV 113.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 164 69 206 0.20 0.67 0 0.19 281.61 0.58 0.54
Hex A4 45 CE 14 43 0 13 11A 3A 36
Octal 244 105 316 24 103 0 23 432 72 66
Binary 10100100 1000101 11001110 10100 1000011 0 10011 100011010 111010 110110

Color Harmonies of #A445CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A445CE

Black with #A445CE

Text Example


Text Example

White with #A445CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A445CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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