Html Css Color HEX #A841CA Dark Orchid

📋 copy color: '#A841CA'

red 168 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A841CA

Tints of Dark Orchid #A841CA

RGB

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

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

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

R = 38.62%
G = 14.94%
B = 46.44%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A841CA (or 0xA841CA) is known color: Dark Orchid. HEX triplet: A8, 41 and CA. RGB value is (168,65,202). Sum of RGB (Red+Green+Blue) = 168+65+202=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A841CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841CA is #57BE35. Grayscale: #6E6E6E. Windows color (decimal): -5750326 or 13255080. OLE color: 13255080.

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

Color convert

RGB 168 65 202 -
CMYK 0.17 0.68 0 0.21
HSL 285.11º 0.56% 0.52% -
HSV(B) 285.11º 0.68% 0.79% -
XYZ 28.7 16.37 57.52 -
YUV 111.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 168 65 202 0.17 0.68 0 0.21 285.11 0.56 0.52
Hex A8 41 CA 11 44 0 15 11D 38 34
Octal 250 101 312 21 104 0 25 435 70 64
Binary 10101000 1000001 11001010 10001 1000100 0 10101 100011101 111000 110100

Color Harmonies of #A841CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841CA

Black with #A841CA

Text Example


Text Example

White with #A841CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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