Html Css Color HEX #A541CB Dark Orchid

📋 copy color: '#A541CB'

red 165 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A541CB

Tints of Dark Orchid #A541CB

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

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

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

R = 38.11%
G = 15.01%
B = 46.88%

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

#A541CB (or 0xA541CB) is known color: Dark Orchid. HEX triplet: A5, 41 and CB. RGB value is (165,65,203). Sum of RGB (Red+Green+Blue) = 165+65+203=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A541CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541CB is #5ABE34. Grayscale: #6E6E6E. Windows color (decimal): -5946933 or 13320613. OLE color: 13320613.

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

Color convert

RGB 165 65 203 -
CMYK 0.19 0.68 0 0.20
HSL 283.48º 0.57% 0.53% -
HSV(B) 283.48º 0.68% 0.8% -
XYZ 28.19 16.09 58.12 -
YUV 110.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 165 65 203 0.19 0.68 0 0.20 283.48 0.57 0.53
Hex A5 41 CB 13 44 0 14 11B 39 35
Octal 245 101 313 23 104 0 24 433 71 65
Binary 10100101 1000001 11001011 10011 1000100 0 10100 100011011 111001 110101

Color Harmonies of #A541CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541CB

Black with #A541CB

Text Example


Text Example

White with #A541CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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