Html Css Color HEX #A031CD Dark Orchid

📋 copy color: '#A031CD'

red 160 ◦ green 49 ◦ blue 205

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

Shades of Dark Orchid #A031CD

Tints of Dark Orchid #A031CD

RGB

 RED value IS 160 (62.89% from 255) = 38.65%

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 38.65%
G = 11.84%
B = 49.52%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A031CD (or 0xA031CD) is known color: Dark Orchid. HEX triplet: A0, 31 and CD. RGB value is (160,49,205). Sum of RGB (Red+Green+Blue) = 160+49+205=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A031CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031CD is #5FCE32. Grayscale: #636363. Windows color (decimal): -6278707 or 13447584. OLE color: 13447584.

HSL color Cylindrical-coordinate representation of color #A031CD: hue angle of 282.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A031CD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 49 205 -
CMYK 0.22 0.76 0 0.20
HSL 282.69º 0.61% 0.5% -
HSV(B) 282.69º 0.76% 0.8% -
XYZ 26.61 14.08 59.07 -
YUV 99.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 160 49 205 0.22 0.76 0 0.20 282.69 0.61 0.5
Hex A0 31 CD 16 4C 0 14 11B 3D 32
Octal 240 61 315 26 114 0 24 433 75 62
Binary 10100000 110001 11001101 10110 1001100 0 10100 100011011 111101 110010

Color Harmonies of #A031CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031CD

Black with #A031CD

Text Example


Text Example

White with #A031CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031CD; }

 p { color: rgb(160,49,205); }

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

background-color css

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

 a { background-color: rgb(160,49,205); }

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

border-color css

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

 span { border-color: rgb(160,49,205); }

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