Html Css Color HEX #A441C2 Dark Orchid

📋 copy color: '#A441C2'

red 164 ◦ green 65 ◦ blue 194

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

Shades of Dark Orchid #A441C2

Tints of Dark Orchid #A441C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 38.77%
G = 15.37%
B = 45.86%

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

#A441C2 (or 0xA441C2) is known color: Dark Orchid. HEX triplet: A4, 41 and C2. RGB value is (164,65,194). Sum of RGB (Red+Green+Blue) = 164+65+194=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #A441C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441C2 is #5BBE3D. Grayscale: #6C6C6C. Windows color (decimal): -6012478 or 12730788. OLE color: 12730788.

HSL color Cylindrical-coordinate representation of color #A441C2: hue angle of 286.05º 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 #A441C2 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 65 194 -
CMYK 0.15 0.66 0 0.24
HSL 286.05º 0.51% 0.51% -
HSV(B) 286.05º 0.66% 0.76% -
XYZ 26.94 15.57 52.62 -
YUV 109.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 164 65 194 0.15 0.66 0 0.24 286.05 0.51 0.51
Hex A4 41 C2 F 42 0 18 11E 33 33
Octal 244 101 302 17 102 0 30 436 63 63
Binary 10100100 1000001 11000010 1111 1000010 0 11000 100011110 110011 110011

Color Harmonies of #A441C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441C2

Black with #A441C2

Text Example


Text Example

White with #A441C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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