Html Css Color HEX #A144C7 Dark Orchid

📋 copy color: '#A144C7'

red 161 ◦ green 68 ◦ blue 199

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

Shades of Dark Orchid #A144C7

Tints of Dark Orchid #A144C7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 37.62%
G = 15.89%
B = 46.5%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A144C7 (or 0xA144C7) is known color: Dark Orchid. HEX triplet: A1, 44 and C7. RGB value is (161,68,199). Sum of RGB (Red+Green+Blue) = 161+68+199=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #A144C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144C7 is #5EBB38. Grayscale: #6E6E6E. Windows color (decimal): -6208313 or 13059233. OLE color: 13059233.

HSL color Cylindrical-coordinate representation of color #A144C7: hue angle of 282.6º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A144C7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 68 199 -
CMYK 0.19 0.66 0 0.22
HSL 282.6º 0.54% 0.52% -
HSV(B) 282.6º 0.66% 0.78% -
XYZ 27.07 15.83 55.66 -
YUV 110.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 161 68 199 0.19 0.66 0 0.22 282.6 0.54 0.52
Hex A1 44 C7 13 42 0 16 11B 36 34
Octal 241 104 307 23 102 0 26 433 66 64
Binary 10100001 1000100 11000111 10011 1000010 0 10110 100011011 110110 110100

Color Harmonies of #A144C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144C7

Black with #A144C7

Text Example


Text Example

White with #A144C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144C7; }

 p { color: rgb(161,68,199); }

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

background-color css

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

 a { background-color: rgb(161,68,199); }

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

border-color css

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

 span { border-color: rgb(161,68,199); }

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