Html Css Color HEX #A424AE Dark Orchid

📋 copy color: '#A424AE'

red 164 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #A424AE

Tints of Dark Orchid #A424AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 43.85%
G = 9.63%
B = 46.52%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A424AE (or 0xA424AE) is known color: Dark Orchid. HEX triplet: A4, 24 and AE. RGB value is (164,36,174). Sum of RGB (Red+Green+Blue) = 164+36+174=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #A424AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424AE is #5BDB51. Grayscale: #595959. Windows color (decimal): -6019922 or 11412644. OLE color: 11412644.

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

Color convert

RGB 164 36 174 -
CMYK 0.06 0.79 0 0.32
HSL 295.65º 0.66% 0.41% -
HSV(B) 295.65º 0.79% 0.68% -
XYZ 23.58 12.21 41.16 -
YUV 90 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 164 36 174 0.06 0.79 0 0.32 295.65 0.66 0.41
Hex A4 24 AE 6 4F 0 20 128 42 29
Octal 244 44 256 6 117 0 40 450 102 51
Binary 10100100 100100 10101110 110 1001111 0 100000 100101000 1000010 101001

Color Harmonies of #A424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424AE

Black with #A424AE

Text Example


Text Example

White with #A424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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