Html Css Color HEX #A141CB Dark Orchid

📋 copy color: '#A141CB'

red 161 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A141CB

Tints of Dark Orchid #A141CB

RGB

 RED value IS 161 (63.28% from 255) = 37.53%

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

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

R = 37.53%
G = 15.15%
B = 47.32%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A141CB (or 0xA141CB) is known color: Dark Orchid. HEX triplet: A1, 41 and CB. RGB value is (161,65,203). Sum of RGB (Red+Green+Blue) = 161+65+203=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A141CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141CB is #5EBE34. Grayscale: #6C6C6C. Windows color (decimal): -6209077 or 13320609. OLE color: 13320609.

HSL color Cylindrical-coordinate representation of color #A141CB: hue angle of 281.74º 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 #A141CB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 65 203 -
CMYK 0.21 0.68 0 0.20
HSL 281.74º 0.57% 0.53% -
HSV(B) 281.74º 0.68% 0.8% -
XYZ 27.37 15.67 58.08 -
YUV 109.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 161 65 203 0.21 0.68 0 0.20 281.74 0.57 0.53
Hex A1 41 CB 15 44 0 14 11A 39 35
Octal 241 101 313 25 104 0 24 432 71 65
Binary 10100001 1000001 11001011 10101 1000100 0 10100 100011010 111001 110101

Color Harmonies of #A141CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A141CB

Black with #A141CB

Text Example


Text Example

White with #A141CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A141CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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