Html Css Color HEX #A641CA Dark Orchid

📋 copy color: '#A641CA'

red 166 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A641CA

Tints of Dark Orchid #A641CA

RGB

 RED value IS 166 (65.23% from 255) = 38.34%

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

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

R = 38.34%
G = 15.01%
B = 46.65%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A641CA (or 0xA641CA) is known color: Dark Orchid. HEX triplet: A6, 41 and CA. RGB value is (166,65,202). Sum of RGB (Red+Green+Blue) = 166+65+202=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A641CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641CA is #59BE35. Grayscale: #6E6E6E. Windows color (decimal): -5881398 or 13255078. OLE color: 13255078.

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

Color convert

RGB 166 65 202 -
CMYK 0.18 0.68 0 0.21
HSL 284.23º 0.56% 0.52% -
HSV(B) 284.23º 0.68% 0.79% -
XYZ 28.28 16.15 57.5 -
YUV 110.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 166 65 202 0.18 0.68 0 0.21 284.23 0.56 0.52
Hex A6 41 CA 12 44 0 15 11C 38 34
Octal 246 101 312 22 104 0 25 434 70 64
Binary 10100110 1000001 11001010 10010 1000100 0 10101 100011100 111000 110100

Color Harmonies of #A641CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641CA

Black with #A641CA

Text Example


Text Example

White with #A641CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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