Html Css Color HEX #A11CCB Dark Orchid

📋 copy color: '#A11CCB'

red 161 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #A11CCB

Tints of Dark Orchid #A11CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.14%

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

R = 41.07%
G = 7.14%
B = 51.79%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A11CCB (or 0xA11CCB) is known color: Dark Orchid. HEX triplet: A1, 1C and CB. RGB value is (161,28,203). Sum of RGB (Red+Green+Blue) = 161+28+203=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #A11CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CCB is #5EE334. Grayscale: #575757. Windows color (decimal): -6218549 or 13311137. OLE color: 13311137.

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

Color convert

RGB 161 28 203 -
CMYK 0.21 0.86 0 0.20
HSL 285.6º 0.76% 0.45% -
HSV(B) 285.6º 0.86% 0.8% -
XYZ 25.89 12.72 57.59 -
YUV 87.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 161 28 203 0.21 0.86 0 0.20 285.6 0.76 0.45
Hex A1 1C CB 15 56 0 14 11E 4C 2D
Octal 241 34 313 25 126 0 24 436 114 55
Binary 10100001 11100 11001011 10101 1010110 0 10100 100011110 1001100 101101

Color Harmonies of #A11CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CCB

Black with #A11CCB

Text Example


Text Example

White with #A11CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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