Html Css Color HEX #A241CA Dark Orchid

📋 copy color: '#A241CA'

red 162 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A241CA

Tints of Dark Orchid #A241CA

RGB

 RED value IS 162 (63.67% from 255) = 37.76%

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

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

R = 37.76%
G = 15.15%
B = 47.09%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A241CA (or 0xA241CA) is known color: Dark Orchid. HEX triplet: A2, 41 and CA. RGB value is (162,65,202). Sum of RGB (Red+Green+Blue) = 162+65+202=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #A241CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241CA is #5DBE35. Grayscale: #6D6D6D. Windows color (decimal): -6143542 or 13255074. OLE color: 13255074.

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

Color convert

RGB 162 65 202 -
CMYK 0.20 0.68 0 0.21
HSL 282.48º 0.56% 0.52% -
HSV(B) 282.48º 0.68% 0.79% -
XYZ 27.45 15.73 57.47 -
YUV 109.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 162 65 202 0.20 0.68 0 0.21 282.48 0.56 0.52
Hex A2 41 CA 14 44 0 15 11A 38 34
Octal 242 101 312 24 104 0 25 432 70 64
Binary 10100010 1000001 11001010 10100 1000100 0 10101 100011010 111000 110100

Color Harmonies of #A241CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241CA

Black with #A241CA

Text Example


Text Example

White with #A241CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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