Html Css Color HEX #A836CA Dark Orchid

📋 copy color: '#A836CA'

red 168 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #A836CA

Tints of Dark Orchid #A836CA

RGB

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

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

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

R = 39.62%
G = 12.74%
B = 47.64%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A836CA (or 0xA836CA) is known color: Dark Orchid. HEX triplet: A8, 36 and CA. RGB value is (168,54,202). Sum of RGB (Red+Green+Blue) = 168+54+202=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A836CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CA is #57C935. Grayscale: #686868. Windows color (decimal): -5753142 or 13252264. OLE color: 13252264.

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

Color convert

RGB 168 54 202 -
CMYK 0.17 0.73 0 0.21
HSL 286.22º 0.58% 0.5% -
HSV(B) 286.22º 0.73% 0.79% -
XYZ 28.13 15.23 57.33 -
YUV 104.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 168 54 202 0.17 0.73 0 0.21 286.22 0.58 0.5
Hex A8 36 CA 11 49 0 15 11E 3A 32
Octal 250 66 312 21 111 0 25 436 72 62
Binary 10101000 110110 11001010 10001 1001001 0 10101 100011110 111010 110010

Color Harmonies of #A836CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836CA

Black with #A836CA

Text Example


Text Example

White with #A836CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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