Html Css Color HEX #A041CC Dark Orchid

📋 copy color: '#A041CC'

red 160 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #A041CC

Tints of Dark Orchid #A041CC

RGB

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

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

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

R = 37.3%
G = 15.15%
B = 47.55%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A041CC (or 0xA041CC) is known color: Dark Orchid. HEX triplet: A0, 41 and CC. RGB value is (160,65,204). Sum of RGB (Red+Green+Blue) = 160+65+204=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A041CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CC is #5FBE33. Grayscale: #6C6C6C. Windows color (decimal): -6274612 or 13386144. OLE color: 13386144.

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

Color convert

RGB 160 65 204 -
CMYK 0.22 0.68 0 0.2
HSL 281.01º 0.58% 0.53% -
HSV(B) 281.01º 0.68% 0.8% -
XYZ 27.29 15.61 58.7 -
YUV 109.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 160 65 204 0.22 0.68 0 0.2 281.01 0.58 0.53
Hex A0 41 CC 16 44 0 14 119 3A 35
Octal 240 101 314 26 104 0 24 431 72 65
Binary 10100000 1000001 11001100 10110 1000100 0 10100 100011001 111010 110101

Color Harmonies of #A041CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041CC

Black with #A041CC

Text Example


Text Example

White with #A041CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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