Html Css Color HEX #A446CA Dark Orchid

📋 copy color: '#A446CA'

red 164 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #A446CA

Tints of Dark Orchid #A446CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 37.61%
G = 16.06%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A446CA (or 0xA446CA) is known color: Dark Orchid. HEX triplet: A4, 46 and CA. RGB value is (164,70,202). Sum of RGB (Red+Green+Blue) = 164+70+202=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #A446CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CA is #5BB935. Grayscale: #707070. Windows color (decimal): -6011190 or 13256356. OLE color: 13256356.

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

Color convert

RGB 164 70 202 -
CMYK 0.19 0.65 0 0.21
HSL 282.73º 0.55% 0.53% -
HSV(B) 282.73º 0.65% 0.79% -
XYZ 28.16 16.54 57.58 -
YUV 113.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 164 70 202 0.19 0.65 0 0.21 282.73 0.55 0.53
Hex A4 46 CA 13 41 0 15 11B 37 35
Octal 244 106 312 23 101 0 25 433 67 65
Binary 10100100 1000110 11001010 10011 1000001 0 10101 100011011 110111 110101

Color Harmonies of #A446CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446CA

Black with #A446CA

Text Example


Text Example

White with #A446CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446CA; }

 p { color: rgb(164,70,202); }

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

background-color css

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

 a { background-color: rgb(164,70,202); }

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

border-color css

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

 span { border-color: rgb(164,70,202); }

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