Html Css Color HEX #A144CF Dark Orchid

📋 copy color: '#A144CF'

red 161 ◦ green 68 ◦ blue 207

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

Shades of Dark Orchid #A144CF

Tints of Dark Orchid #A144CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 36.93%
G = 15.6%
B = 47.48%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A144CF (or 0xA144CF) is known color: Dark Orchid. HEX triplet: A1, 44 and CF. RGB value is (161,68,207). Sum of RGB (Red+Green+Blue) = 161+68+207=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A144CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144CF is #5EBB30. Grayscale: #6F6F6F. Windows color (decimal): -6208305 or 13583521. OLE color: 13583521.

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

Color convert

RGB 161 68 207 -
CMYK 0.22 0.67 0 0.19
HSL 280.14º 0.59% 0.54% -
HSV(B) 280.14º 0.67% 0.81% -
XYZ 28.03 16.22 60.68 -
YUV 111.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 161 68 207 0.22 0.67 0 0.19 280.14 0.59 0.54
Hex A1 44 CF 16 43 0 13 118 3B 36
Octal 241 104 317 26 103 0 23 430 73 66
Binary 10100001 1000100 11001111 10110 1000011 0 10011 100011000 111011 110110

Color Harmonies of #A144CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144CF

Black with #A144CF

Text Example


Text Example

White with #A144CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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