Html Css Color HEX #A124AF Dark Orchid

📋 copy color: '#A124AF'

red 161 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #A124AF

Tints of Dark Orchid #A124AF

RGB

 RED value IS 161 (63.28% from 255) = 43.28%

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 43.28%
G = 9.68%
B = 47.04%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A124AF (or 0xA124AF) is known color: Dark Orchid. HEX triplet: A1, 24 and AF. RGB value is (161,36,175). Sum of RGB (Red+Green+Blue) = 161+36+175=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #A124AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124AF is #5EDB50. Grayscale: #585858. Windows color (decimal): -6216529 or 11478177. OLE color: 11478177.

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

Color convert

RGB 161 36 175 -
CMYK 0.08 0.79 0 0.31
HSL 293.96º 0.66% 0.41% -
HSV(B) 293.96º 0.79% 0.69% -
XYZ 23.07 11.93 41.65 -
YUV 89.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 161 36 175 0.08 0.79 0 0.31 293.96 0.66 0.41
Hex A1 24 AF 8 4F 0 1F 126 42 29
Octal 241 44 257 10 117 0 37 446 102 51
Binary 10100001 100100 10101111 1000 1001111 0 11111 100100110 1000010 101001

Color Harmonies of #A124AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124AF

Black with #A124AF

Text Example


Text Example

White with #A124AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124AF; }

 p { color: rgb(161,36,175); }

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

background-color css

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

 a { background-color: rgb(161,36,175); }

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

border-color css

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

 span { border-color: rgb(161,36,175); }

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