Html Css Color HEX #A736CB Dark Orchid

📋 copy color: '#A736CB'

red 167 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #A736CB

Tints of Dark Orchid #A736CB

RGB

 RED value IS 167 (65.63% from 255) = 39.39%

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 39.39%
G = 12.74%
B = 47.88%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A736CB (or 0xA736CB) is known color: Dark Orchid. HEX triplet: A7, 36 and CB. RGB value is (167,54,203). Sum of RGB (Red+Green+Blue) = 167+54+203=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A736CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736CB is #58C934. Grayscale: #686868. Windows color (decimal): -5818677 or 13317799. OLE color: 13317799.

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

Color convert

RGB 167 54 203 -
CMYK 0.18 0.73 0 0.20
HSL 285.5º 0.59% 0.5% -
HSV(B) 285.5º 0.73% 0.8% -
XYZ 28.04 15.17 57.95 -
YUV 104.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 167 54 203 0.18 0.73 0 0.20 285.5 0.59 0.5
Hex A7 36 CB 12 49 0 14 11E 3B 32
Octal 247 66 313 22 111 0 24 436 73 62
Binary 10100111 110110 11001011 10010 1001001 0 10100 100011110 111011 110010

Color Harmonies of #A736CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736CB

Black with #A736CB

Text Example


Text Example

White with #A736CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736CB; }

 p { color: rgb(167,54,203); }

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

background-color css

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

 a { background-color: rgb(167,54,203); }

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

border-color css

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

 span { border-color: rgb(167,54,203); }

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