Html Css Color HEX #A14AE0 Dark Orchid

📋 copy color: '#A14AE0'

red 161 ◦ green 74 ◦ blue 224

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

Shades of Dark Orchid #A14AE0

Tints of Dark Orchid #A14AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.12%

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 35.08%
G = 16.12%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A14AE0 (or 0xA14AE0) is known color: Dark Orchid. HEX triplet: A1, 4A and E0. RGB value is (161,74,224). Sum of RGB (Red+Green+Blue) = 161+74+224=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #A14AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AE0 is #5EB51F. Grayscale: #747474. Windows color (decimal): -6206752 or 14699169. OLE color: 14699169.

HSL color Cylindrical-coordinate representation of color #A14AE0: hue angle of 274.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14AE0 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 74 224 -
CMYK 0.28 0.67 0 0.12
HSL 274.8º 0.71% 0.58% -
HSV(B) 274.8º 0.67% 0.88% -
XYZ 30.6 17.86 72.35 -
YUV 117.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 161 74 224 0.28 0.67 0 0.12 274.8 0.71 0.58
Hex A1 4A E0 1C 43 0 C 113 47 3A
Octal 241 112 340 34 103 0 14 423 107 72
Binary 10100001 1001010 11100000 11100 1000011 0 1100 100010011 1000111 111010

Color Harmonies of #A14AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AE0

Black with #A14AE0

Text Example


Text Example

White with #A14AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AE0; }

 p { color: rgb(161,74,224); }

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

background-color css

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

 a { background-color: rgb(161,74,224); }

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

border-color css

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

 span { border-color: rgb(161,74,224); }

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