Html Css Color HEX #A145CB Dark Orchid

📋 copy color: '#A145CB'

red 161 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A145CB

Tints of Dark Orchid #A145CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

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

R = 37.18%
G = 15.94%
B = 46.88%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A145CB (or 0xA145CB) is known color: Dark Orchid. HEX triplet: A1, 45 and CB. RGB value is (161,69,203). Sum of RGB (Red+Green+Blue) = 161+69+203=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 69 (27.34% from 255 or 15.94% 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 #A145CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145CB is #5EBA34. Grayscale: #6F6F6F. Windows color (decimal): -6208053 or 13321633. OLE color: 13321633.

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

Color convert

RGB 161 69 203 -
CMYK 0.21 0.66 0 0.20
HSL 281.19º 0.56% 0.53% -
HSV(B) 281.19º 0.66% 0.8% -
XYZ 27.61 16.15 58.16 -
YUV 111.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 161 69 203 0.21 0.66 0 0.20 281.19 0.56 0.53
Hex A1 45 CB 15 42 0 14 119 38 35
Octal 241 105 313 25 102 0 24 431 70 65
Binary 10100001 1000101 11001011 10101 1000010 0 10100 100011001 111000 110101

Color Harmonies of #A145CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A145CB

Black with #A145CB

Text Example


Text Example

White with #A145CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A145CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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