Html Css Color HEX #A441CA Dark Orchid

📋 copy color: '#A441CA'

red 164 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A441CA

Tints of Dark Orchid #A441CA

RGB

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

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

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

R = 38.05%
G = 15.08%
B = 46.87%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A441CA (or 0xA441CA) is known color: Dark Orchid. HEX triplet: A4, 41 and CA. RGB value is (164,65,202). Sum of RGB (Red+Green+Blue) = 164+65+202=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A441CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441CA is #5BBE35. Grayscale: #6D6D6D. Windows color (decimal): -6012470 or 13255076. OLE color: 13255076.

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

Color convert

RGB 164 65 202 -
CMYK 0.19 0.68 0 0.21
HSL 283.36º 0.56% 0.52% -
HSV(B) 283.36º 0.68% 0.79% -
XYZ 27.86 15.94 57.48 -
YUV 110.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 164 65 202 0.19 0.68 0 0.21 283.36 0.56 0.52
Hex A4 41 CA 13 44 0 15 11B 38 34
Octal 244 101 312 23 104 0 25 433 70 64
Binary 10100100 1000001 11001010 10011 1000100 0 10101 100011011 111000 110100

Color Harmonies of #A441CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441CA

Black with #A441CA

Text Example


Text Example

White with #A441CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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