Html Css Color HEX #A142C9 Dark Orchid

📋 copy color: '#A142C9'

red 161 ◦ green 66 ◦ blue 201

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

Shades of Dark Orchid #A142C9

Tints of Dark Orchid #A142C9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 37.62%
G = 15.42%
B = 46.96%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A142C9 (or 0xA142C9) is known color: Dark Orchid. HEX triplet: A1, 42 and C9. RGB value is (161,66,201). Sum of RGB (Red+Green+Blue) = 161+66+201=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #A142C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142C9 is #5EBD36. Grayscale: #6D6D6D. Windows color (decimal): -6208823 or 13189793. OLE color: 13189793.

HSL color Cylindrical-coordinate representation of color #A142C9: hue angle of 282.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A142C9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 66 201 -
CMYK 0.20 0.67 0 0.21
HSL 282.22º 0.56% 0.52% -
HSV(B) 282.22º 0.67% 0.79% -
XYZ 27.19 15.69 56.85 -
YUV 109.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 161 66 201 0.20 0.67 0 0.21 282.22 0.56 0.52
Hex A1 42 C9 14 43 0 15 11A 38 34
Octal 241 102 311 24 103 0 25 432 70 64
Binary 10100001 1000010 11001001 10100 1000011 0 10101 100011010 111000 110100

Color Harmonies of #A142C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A142C9

Black with #A142C9

Text Example


Text Example

White with #A142C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A142C9; }

 p { color: rgb(161,66,201); }

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

background-color css

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

 a { background-color: rgb(161,66,201); }

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

border-color css

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

 span { border-color: rgb(161,66,201); }

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