Html Css Color HEX #A636CA Dark Orchid

📋 copy color: '#A636CA'

red 166 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #A636CA

Tints of Dark Orchid #A636CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

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

R = 39.34%
G = 12.8%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A636CA (or 0xA636CA) is known color: Dark Orchid. HEX triplet: A6, 36 and CA. RGB value is (166,54,202). Sum of RGB (Red+Green+Blue) = 166+54+202=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #A636CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CA is #59C935. Grayscale: #676767. Windows color (decimal): -5884214 or 13252262. OLE color: 13252262.

HSL color Cylindrical-coordinate representation of color #A636CA: hue angle of 285.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A636CA is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 54 202 -
CMYK 0.18 0.73 0 0.21
HSL 285.41º 0.58% 0.5% -
HSV(B) 285.41º 0.73% 0.79% -
XYZ 27.71 15.01 57.31 -
YUV 104.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 166 54 202 0.18 0.73 0 0.21 285.41 0.58 0.5
Hex A6 36 CA 12 49 0 15 11D 3A 32
Octal 246 66 312 22 111 0 25 435 72 62
Binary 10100110 110110 11001010 10010 1001001 0 10101 100011101 111010 110010

Color Harmonies of #A636CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636CA

Black with #A636CA

Text Example


Text Example

White with #A636CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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