Html Css Color HEX #A436B1 Dark Orchid

📋 copy color: '#A436B1'

red 164 ◦ green 54 ◦ blue 177

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

Shades of Dark Orchid #A436B1

Tints of Dark Orchid #A436B1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 41.52%
G = 13.67%
B = 44.81%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A436B1 (or 0xA436B1) is known color: Dark Orchid. HEX triplet: A4, 36 and B1. RGB value is (164,54,177). Sum of RGB (Red+Green+Blue) = 164+54+177=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #A436B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436B1 is #5BC94E. Grayscale: #646464. Windows color (decimal): -6015311 or 11613860. OLE color: 11613860.

HSL color Cylindrical-coordinate representation of color #A436B1: hue angle of 293.66º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A436B1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 54 177 -
CMYK 0.07 0.69 0 0.31
HSL 293.66º 0.53% 0.45% -
HSV(B) 293.66º 0.69% 0.69% -
XYZ 24.56 13.71 42.95 -
YUV 100.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 164 54 177 0.07 0.69 0 0.31 293.66 0.53 0.45
Hex A4 36 B1 7 45 0 1F 126 35 2D
Octal 244 66 261 7 105 0 37 446 65 55
Binary 10100100 110110 10110001 111 1000101 0 11111 100100110 110101 101101

Color Harmonies of #A436B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436B1

Black with #A436B1

Text Example


Text Example

White with #A436B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436B1; }

 p { color: rgb(164,54,177); }

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

background-color css

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

 a { background-color: rgb(164,54,177); }

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

border-color css

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

 span { border-color: rgb(164,54,177); }

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