Html Css Color HEX #A236B7 Dark Orchid

📋 copy color: '#A236B7'

red 162 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #A236B7

Tints of Dark Orchid #A236B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 40.6%
G = 13.53%
B = 45.86%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A236B7 (or 0xA236B7) is known color: Dark Orchid. HEX triplet: A2, 36 and B7. RGB value is (162,54,183). Sum of RGB (Red+Green+Blue) = 162+54+183=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #A236B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236B7 is #5DC948. Grayscale: #646464. Windows color (decimal): -6146377 or 12007074. OLE color: 12007074.

HSL color Cylindrical-coordinate representation of color #A236B7: hue angle of 290.23º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A236B7 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 54 183 -
CMYK 0.11 0.70 0 0.28
HSL 290.23º 0.54% 0.46% -
HSV(B) 290.23º 0.7% 0.72% -
XYZ 24.77 13.74 46.15 -
YUV 101 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 162 54 183 0.11 0.70 0 0.28 290.23 0.54 0.46
Hex A2 36 B7 B 46 0 1C 122 36 2E
Octal 242 66 267 13 106 0 34 442 66 56
Binary 10100010 110110 10110111 1011 1000110 0 11100 100100010 110110 101110

Color Harmonies of #A236B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236B7

Black with #A236B7

Text Example


Text Example

White with #A236B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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