Html Css Color HEX #A236BC Dark Orchid

📋 copy color: '#A236BC'

red 162 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #A236BC

Tints of Dark Orchid #A236BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 40.1%
G = 13.37%
B = 46.53%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A236BC (or 0xA236BC) is known color: Dark Orchid. HEX triplet: A2, 36 and BC. RGB value is (162,54,188). Sum of RGB (Red+Green+Blue) = 162+54+188=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A236BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236BC is #5DC943. Grayscale: #656565. Windows color (decimal): -6146372 or 12334754. OLE color: 12334754.

HSL color Cylindrical-coordinate representation of color #A236BC: hue angle of 288.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A236BC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 54 188 -
CMYK 0.14 0.71 0 0.26
HSL 288.36º 0.55% 0.47% -
HSV(B) 288.36º 0.71% 0.74% -
XYZ 25.3 13.95 48.94 -
YUV 101.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 162 54 188 0.14 0.71 0 0.26 288.36 0.55 0.47
Hex A2 36 BC E 47 0 1A 120 37 2F
Octal 242 66 274 16 107 0 32 440 67 57
Binary 10100010 110110 10111100 1110 1000111 0 11010 100100000 110111 101111

Color Harmonies of #A236BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236BC

Black with #A236BC

Text Example


Text Example

White with #A236BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236BC; }

 p { color: rgb(162,54,188); }

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

background-color css

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

 a { background-color: rgb(162,54,188); }

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

border-color css

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

 span { border-color: rgb(162,54,188); }

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