Html Css Color HEX #A844C7 Dark Orchid

📋 copy color: '#A844C7'

red 168 ◦ green 68 ◦ blue 199

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

Shades of Dark Orchid #A844C7

Tints of Dark Orchid #A844C7

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

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

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

R = 38.62%
G = 15.63%
B = 45.75%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A844C7 (or 0xA844C7) is known color: Dark Orchid. HEX triplet: A8, 44 and C7. RGB value is (168,68,199). Sum of RGB (Red+Green+Blue) = 168+68+199=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #A844C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844C7 is #57BB38. Grayscale: #707070. Windows color (decimal): -5749561 or 13059240. OLE color: 13059240.

HSL color Cylindrical-coordinate representation of color #A844C7: hue angle of 285.8º 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 #A844C7 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 68 199 -
CMYK 0.16 0.66 0 0.22
HSL 285.8º 0.54% 0.52% -
HSV(B) 285.8º 0.66% 0.78% -
XYZ 28.52 16.58 55.73 -
YUV 112.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 168 68 199 0.16 0.66 0 0.22 285.8 0.54 0.52
Hex A8 44 C7 10 42 0 16 11E 36 34
Octal 250 104 307 20 102 0 26 436 66 64
Binary 10101000 1000100 11000111 10000 1000010 0 10110 100011110 110110 110100

Color Harmonies of #A844C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844C7

Black with #A844C7

Text Example


Text Example

White with #A844C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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