Html Css Color HEX #A43AB6 Dark Orchid

📋 copy color: '#A43AB6'

red 164 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #A43AB6

Tints of Dark Orchid #A43AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 40.59%
G = 14.36%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A43AB6 (or 0xA43AB6) is known color: Dark Orchid. HEX triplet: A4, 3A and B6. RGB value is (164,58,182). Sum of RGB (Red+Green+Blue) = 164+58+182=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #A43AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AB6 is #5BC549. Grayscale: #676767. Windows color (decimal): -6014282 or 11942564. OLE color: 11942564.

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

Color convert

RGB 164 58 182 -
CMYK 0.10 0.68 0 0.29
HSL 291.29º 0.52% 0.47% -
HSV(B) 291.29º 0.68% 0.71% -
XYZ 25.27 14.3 45.68 -
YUV 103.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 164 58 182 0.10 0.68 0 0.29 291.29 0.52 0.47
Hex A4 3A B6 A 44 0 1D 123 34 2F
Octal 244 72 266 12 104 0 35 443 64 57
Binary 10100100 111010 10110110 1010 1000100 0 11101 100100011 110100 101111

Color Harmonies of #A43AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43AB6

Black with #A43AB6

Text Example


Text Example

White with #A43AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43AB6; }

 p { color: rgb(164,58,182); }

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

background-color css

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

 a { background-color: rgb(164,58,182); }

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

border-color css

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

 span { border-color: rgb(164,58,182); }

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