Html Css Color HEX #A231AE Dark Orchid

📋 copy color: '#A231AE'

red 162 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #A231AE

Tints of Dark Orchid #A231AE

RGB

 RED value IS 162 (63.67% from 255) = 42.08%

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 42.08%
G = 12.73%
B = 45.19%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A231AE (or 0xA231AE) is known color: Dark Orchid. HEX triplet: A2, 31 and AE. RGB value is (162,49,174). Sum of RGB (Red+Green+Blue) = 162+49+174=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #A231AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231AE is #5DCE51. Grayscale: #606060. Windows color (decimal): -6147666 or 11415970. OLE color: 11415970.

HSL color Cylindrical-coordinate representation of color #A231AE: hue angle of 294.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A231AE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 49 174 -
CMYK 0.07 0.72 0 0.32
HSL 294.24º 0.56% 0.44% -
HSV(B) 294.24º 0.72% 0.68% -
XYZ 23.64 12.93 41.3 -
YUV 97.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 162 49 174 0.07 0.72 0 0.32 294.24 0.56 0.44
Hex A2 31 AE 7 48 0 20 126 38 2C
Octal 242 61 256 7 110 0 40 446 70 54
Binary 10100010 110001 10101110 111 1001000 0 100000 100100110 111000 101100

Color Harmonies of #A231AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231AE

Black with #A231AE

Text Example


Text Example

White with #A231AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231AE; }

 p { color: rgb(162,49,174); }

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

background-color css

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

 a { background-color: rgb(162,49,174); }

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

border-color css

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

 span { border-color: rgb(162,49,174); }

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