Html Css Color HEX #A041CA Dark Orchid

📋 copy color: '#A041CA'

red 160 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A041CA

Tints of Dark Orchid #A041CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 37.47%
G = 15.22%
B = 47.31%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A041CA (or 0xA041CA) is known color: Dark Orchid. HEX triplet: A0, 41 and CA. RGB value is (160,65,202). Sum of RGB (Red+Green+Blue) = 160+65+202=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A041CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CA is #5FBE35. Grayscale: #6C6C6C. Windows color (decimal): -6274614 or 13255072. OLE color: 13255072.

HSL color Cylindrical-coordinate representation of color #A041CA: hue angle of 281.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A041CA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 65 202 -
CMYK 0.21 0.68 0 0.21
HSL 281.61º 0.56% 0.52% -
HSV(B) 281.61º 0.68% 0.79% -
XYZ 27.05 15.52 57.45 -
YUV 109.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 160 65 202 0.21 0.68 0 0.21 281.61 0.56 0.52
Hex A0 41 CA 15 44 0 15 11A 38 34
Octal 240 101 312 25 104 0 25 432 70 64
Binary 10100000 1000001 11001010 10101 1000100 0 10101 100011010 111000 110100

Color Harmonies of #A041CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041CA

Black with #A041CA

Text Example


Text Example

White with #A041CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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