Html Css Color HEX #A236CD Dark Orchid

📋 copy color: '#A236CD'

red 162 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A236CD

Tints of Dark Orchid #A236CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 38.48%
G = 12.83%
B = 48.69%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A236CD (or 0xA236CD) is known color: Dark Orchid. HEX triplet: A2, 36 and CD. RGB value is (162,54,205). Sum of RGB (Red+Green+Blue) = 162+54+205=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A236CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236CD is #5DC932. Grayscale: #676767. Windows color (decimal): -6146355 or 13448866. OLE color: 13448866.

HSL color Cylindrical-coordinate representation of color #A236CD: hue angle of 282.91º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A236CD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 54 205 -
CMYK 0.21 0.74 0 0.20
HSL 282.91º 0.6% 0.51% -
HSV(B) 282.91º 0.74% 0.8% -
XYZ 27.24 14.73 59.16 -
YUV 103.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 162 54 205 0.21 0.74 0 0.20 282.91 0.6 0.51
Hex A2 36 CD 15 4A 0 14 11B 3C 33
Octal 242 66 315 25 112 0 24 433 74 63
Binary 10100010 110110 11001101 10101 1001010 0 10100 100011011 111100 110011

Color Harmonies of #A236CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236CD

Black with #A236CD

Text Example


Text Example

White with #A236CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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