Html Css Color HEX #A146CA Dark Orchid

📋 copy color: '#A146CA'

red 161 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #A146CA

Tints of Dark Orchid #A146CA

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

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

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

R = 37.18%
G = 16.17%
B = 46.65%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A146CA (or 0xA146CA) is known color: Dark Orchid. HEX triplet: A1, 46 and CA. RGB value is (161,70,202). Sum of RGB (Red+Green+Blue) = 161+70+202=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A146CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146CA is #5EB935. Grayscale: #6F6F6F. Windows color (decimal): -6207798 or 13256353. OLE color: 13256353.

HSL color Cylindrical-coordinate representation of color #A146CA: hue angle of 281.36º 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 #A146CA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 70 202 -
CMYK 0.20 0.65 0 0.21
HSL 281.36º 0.55% 0.53% -
HSV(B) 281.36º 0.65% 0.79% -
XYZ 27.55 16.22 57.56 -
YUV 112.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 161 70 202 0.20 0.65 0 0.21 281.36 0.55 0.53
Hex A1 46 CA 14 41 0 15 119 37 35
Octal 241 106 312 24 101 0 25 431 67 65
Binary 10100001 1000110 11001010 10100 1000001 0 10101 100011001 110111 110101

Color Harmonies of #A146CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146CA

Black with #A146CA

Text Example


Text Example

White with #A146CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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