Html Css Color HEX #A441CB Dark Orchid

📋 copy color: '#A441CB'

red 164 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A441CB

Tints of Dark Orchid #A441CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 37.96%
G = 15.05%
B = 46.99%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A441CB (or 0xA441CB) is known color: Dark Orchid. HEX triplet: A4, 41 and CB. RGB value is (164,65,203). Sum of RGB (Red+Green+Blue) = 164+65+203=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A441CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441CB is #5BBE34. Grayscale: #6D6D6D. Windows color (decimal): -6012469 or 13320612. OLE color: 13320612.

HSL color Cylindrical-coordinate representation of color #A441CB: hue angle of 283.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A441CB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 65 203 -
CMYK 0.19 0.68 0 0.20
HSL 283.04º 0.57% 0.53% -
HSV(B) 283.04º 0.68% 0.8% -
XYZ 27.98 15.98 58.11 -
YUV 110.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 164 65 203 0.19 0.68 0 0.20 283.04 0.57 0.53
Hex A4 41 CB 13 44 0 14 11B 39 35
Octal 244 101 313 23 104 0 24 433 71 65
Binary 10100100 1000001 11001011 10011 1000100 0 10100 100011011 111001 110101

Color Harmonies of #A441CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441CB

Black with #A441CB

Text Example


Text Example

White with #A441CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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