Html Css Color HEX #A841CC Dark Orchid

📋 copy color: '#A841CC'

red 168 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #A841CC

Tints of Dark Orchid #A841CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 38.44%
G = 14.87%
B = 46.68%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A841CC (or 0xA841CC) is known color: Dark Orchid. HEX triplet: A8, 41 and CC. RGB value is (168,65,204). Sum of RGB (Red+Green+Blue) = 168+65+204=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #A841CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841CC is #57BE33. Grayscale: #6F6F6F. Windows color (decimal): -5750324 or 13386152. OLE color: 13386152.

HSL color Cylindrical-coordinate representation of color #A841CC: hue angle of 284.46º 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 #A841CC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 65 204 -
CMYK 0.18 0.68 0 0.2
HSL 284.46º 0.58% 0.53% -
HSV(B) 284.46º 0.68% 0.8% -
XYZ 28.94 16.47 58.78 -
YUV 111.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 168 65 204 0.18 0.68 0 0.2 284.46 0.58 0.53
Hex A8 41 CC 12 44 0 14 11C 3A 35
Octal 250 101 314 22 104 0 24 434 72 65
Binary 10101000 1000001 11001100 10010 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A841CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841CC

Black with #A841CC

Text Example


Text Example

White with #A841CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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