Html Css Color HEX #A42BAE Dark Orchid

📋 copy color: '#A42BAE'

red 164 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A42BAE

Tints of Dark Orchid #A42BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 43.04%
G = 11.29%
B = 45.67%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A42BAE (or 0xA42BAE) is known color: Dark Orchid. HEX triplet: A4, 2B and AE. RGB value is (164,43,174). Sum of RGB (Red+Green+Blue) = 164+43+174=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #A42BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BAE is #5BD451. Grayscale: #5D5D5D. Windows color (decimal): -6018130 or 11414436. OLE color: 11414436.

HSL color Cylindrical-coordinate representation of color #A42BAE: hue angle of 295.42º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42BAE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 43 174 -
CMYK 0.06 0.75 0 0.32
HSL 295.42º 0.6% 0.43% -
HSV(B) 295.42º 0.75% 0.68% -
XYZ 23.81 12.68 41.24 -
YUV 94.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 164 43 174 0.06 0.75 0 0.32 295.42 0.6 0.43
Hex A4 2B AE 6 4B 0 20 127 3C 2B
Octal 244 53 256 6 113 0 40 447 74 53
Binary 10100100 101011 10101110 110 1001011 0 100000 100100111 111100 101011

Color Harmonies of #A42BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BAE

Black with #A42BAE

Text Example


Text Example

White with #A42BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BAE; }

 p { color: rgb(164,43,174); }

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

background-color css

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

 a { background-color: rgb(164,43,174); }

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

border-color css

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

 span { border-color: rgb(164,43,174); }

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