Html Css Color HEX #A841CD Dark Orchid

📋 copy color: '#A841CD'

red 168 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #A841CD

Tints of Dark Orchid #A841CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

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

R = 38.36%
G = 14.84%
B = 46.8%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A841CD (or 0xA841CD) is known color: Dark Orchid. HEX triplet: A8, 41 and CD. RGB value is (168,65,205). Sum of RGB (Red+Green+Blue) = 168+65+205=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A841CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841CD is #57BE32. Grayscale: #6F6F6F. Windows color (decimal): -5750323 or 13451688. OLE color: 13451688.

HSL color Cylindrical-coordinate representation of color #A841CD: hue angle of 284.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A841CD is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 65 205 -
CMYK 0.18 0.68 0 0.20
HSL 284.14º 0.58% 0.53% -
HSV(B) 284.14º 0.68% 0.8% -
XYZ 29.06 16.51 59.41 -
YUV 111.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 168 65 205 0.18 0.68 0 0.20 284.14 0.58 0.53
Hex A8 41 CD 12 44 0 14 11C 3A 35
Octal 250 101 315 22 104 0 24 434 72 65
Binary 10101000 1000001 11001101 10010 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A841CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841CD

Black with #A841CD

Text Example


Text Example

White with #A841CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841CD; }

 p { color: rgb(168,65,205); }

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

background-color css

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

 a { background-color: rgb(168,65,205); }

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

border-color css

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

 span { border-color: rgb(168,65,205); }

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