Html Css Color HEX #A436B3 Dark Orchid

📋 copy color: '#A436B3'

red 164 ◦ green 54 ◦ blue 179

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

Shades of Dark Orchid #A436B3

Tints of Dark Orchid #A436B3

RGB

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

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

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

R = 41.31%
G = 13.6%
B = 45.09%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A436B3 (or 0xA436B3) is known color: Dark Orchid. HEX triplet: A4, 36 and B3. RGB value is (164,54,179). Sum of RGB (Red+Green+Blue) = 164+54+179=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #A436B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436B3 is #5BC94C. Grayscale: #646464. Windows color (decimal): -6015309 or 11744932. OLE color: 11744932.

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

Color convert

RGB 164 54 179 -
CMYK 0.08 0.70 0 0.30
HSL 292.8º 0.54% 0.46% -
HSV(B) 292.8º 0.7% 0.7% -
XYZ 24.77 13.79 44 -
YUV 101.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 164 54 179 0.08 0.70 0 0.30 292.8 0.54 0.46
Hex A4 36 B3 8 46 0 1E 125 36 2E
Octal 244 66 263 10 106 0 36 445 66 56
Binary 10100100 110110 10110011 1000 1000110 0 11110 100100101 110110 101110

Color Harmonies of #A436B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436B3

Black with #A436B3

Text Example


Text Example

White with #A436B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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