Html Css Color HEX #A441C4 Dark Orchid

📋 copy color: '#A441C4'

red 164 ◦ green 65 ◦ blue 196

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

Shades of Dark Orchid #A441C4

Tints of Dark Orchid #A441C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.12%

R = 38.59%
G = 15.29%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A441C4 (or 0xA441C4) is known color: Dark Orchid. HEX triplet: A4, 41 and C4. RGB value is (164,65,196). Sum of RGB (Red+Green+Blue) = 164+65+196=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #A441C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441C4 is #5BBE3B. Grayscale: #6D6D6D. Windows color (decimal): -6012476 or 12861860. OLE color: 12861860.

HSL color Cylindrical-coordinate representation of color #A441C4: hue angle of 285.34º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A441C4 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 65 196 -
CMYK 0.16 0.67 0 0.23
HSL 285.34º 0.53% 0.51% -
HSV(B) 285.34º 0.67% 0.77% -
XYZ 27.16 15.66 53.82 -
YUV 109.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 164 65 196 0.16 0.67 0 0.23 285.34 0.53 0.51
Hex A4 41 C4 10 43 0 17 11D 35 33
Octal 244 101 304 20 103 0 27 435 65 63
Binary 10100100 1000001 11000100 10000 1000011 0 10111 100011101 110101 110011

Color Harmonies of #A441C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441C4

Black with #A441C4

Text Example


Text Example

White with #A441C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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