Html Css Color HEX #A41CB3 Dark Orchid

📋 copy color: '#A41CB3'

red 164 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #A41CB3

Tints of Dark Orchid #A41CB3

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 44.2%
G = 7.55%
B = 48.25%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A41CB3 (or 0xA41CB3) is known color: Dark Orchid. HEX triplet: A4, 1C and B3. RGB value is (164,28,179). Sum of RGB (Red+Green+Blue) = 164+28+179=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #A41CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CB3 is #5BE34C. Grayscale: #555555. Windows color (decimal): -6021965 or 11738276. OLE color: 11738276.

HSL color Cylindrical-coordinate representation of color #A41CB3: hue angle of 294.04º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41CB3 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 28 179 -
CMYK 0.08 0.84 0 0.30
HSL 294.04º 0.73% 0.41% -
HSV(B) 294.04º 0.84% 0.7% -
XYZ 23.86 11.98 43.7 -
YUV 85.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 164 28 179 0.08 0.84 0 0.30 294.04 0.73 0.41
Hex A4 1C B3 8 54 0 1E 126 49 29
Octal 244 34 263 10 124 0 36 446 111 51
Binary 10100100 11100 10110011 1000 1010100 0 11110 100100110 1001001 101001

Color Harmonies of #A41CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CB3

Black with #A41CB3

Text Example


Text Example

White with #A41CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CB3; }

 p { color: rgb(164,28,179); }

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

background-color css

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

 a { background-color: rgb(164,28,179); }

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

border-color css

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

 span { border-color: rgb(164,28,179); }

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