Html Css Color HEX #A441C1 Dark Orchid

📋 copy color: '#A441C1'

red 164 ◦ green 65 ◦ blue 193

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

Shades of Dark Orchid #A441C1

Tints of Dark Orchid #A441C1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 38.86%
G = 15.4%
B = 45.73%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A441C1 (or 0xA441C1) is known color: Dark Orchid. HEX triplet: A4, 41 and C1. RGB value is (164,65,193). Sum of RGB (Red+Green+Blue) = 164+65+193=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #A441C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441C1 is #5BBE3E. Grayscale: #6C6C6C. Windows color (decimal): -6012479 or 12665252. OLE color: 12665252.

HSL color Cylindrical-coordinate representation of color #A441C1: hue angle of 286.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A441C1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 65 193 -
CMYK 0.15 0.66 0 0.24
HSL 286.41º 0.51% 0.51% -
HSV(B) 286.41º 0.66% 0.76% -
XYZ 26.83 15.52 52.03 -
YUV 109.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 164 65 193 0.15 0.66 0 0.24 286.41 0.51 0.51
Hex A4 41 C1 F 42 0 18 11E 33 33
Octal 244 101 301 17 102 0 30 436 63 63
Binary 10100100 1000001 11000001 1111 1000010 0 11000 100011110 110011 110011

Color Harmonies of #A441C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441C1

Black with #A441C1

Text Example


Text Example

White with #A441C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441C1; }

 p { color: rgb(164,65,193); }

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

background-color css

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

 a { background-color: rgb(164,65,193); }

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

border-color css

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

 span { border-color: rgb(164,65,193); }

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