Html Css Color HEX #A13CB4 Dark Orchid

📋 copy color: '#A13CB4'

red 161 ◦ green 60 ◦ blue 180

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

Shades of Dark Orchid #A13CB4

Tints of Dark Orchid #A13CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 40.15%
G = 14.96%
B = 44.89%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A13CB4 (or 0xA13CB4) is known color: Dark Orchid. HEX triplet: A1, 3C and B4. RGB value is (161,60,180). Sum of RGB (Red+Green+Blue) = 161+60+180=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #A13CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CB4 is #5EC34B. Grayscale: #676767. Windows color (decimal): -6210380 or 11812001. OLE color: 11812001.

HSL color Cylindrical-coordinate representation of color #A13CB4: hue angle of 290.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13CB4 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 60 180 -
CMYK 0.11 0.67 0 0.29
HSL 290.5º 0.5% 0.47% -
HSV(B) 290.5º 0.67% 0.71% -
XYZ 24.55 14.1 44.61 -
YUV 103.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 161 60 180 0.11 0.67 0 0.29 290.5 0.5 0.47
Hex A1 3C B4 B 43 0 1D 122 32 2F
Octal 241 74 264 13 103 0 35 442 62 57
Binary 10100001 111100 10110100 1011 1000011 0 11101 100100010 110010 101111

Color Harmonies of #A13CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CB4

Black with #A13CB4

Text Example


Text Example

White with #A13CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CB4; }

 p { color: rgb(161,60,180); }

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

background-color css

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

 a { background-color: rgb(161,60,180); }

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

border-color css

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

 span { border-color: rgb(161,60,180); }

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