Html Css Color HEX #A233AD Dark Orchid

📋 copy color: '#A233AD'

red 162 ◦ green 51 ◦ blue 173

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

Shades of Dark Orchid #A233AD

Tints of Dark Orchid #A233AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 41.97%
G = 13.21%
B = 44.82%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A233AD (or 0xA233AD) is known color: Dark Orchid. HEX triplet: A2, 33 and AD. RGB value is (162,51,173). Sum of RGB (Red+Green+Blue) = 162+51+173=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #A233AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A233AD is #5DCC52. Grayscale: #616161. Windows color (decimal): -6147155 or 11350946. OLE color: 11350946.

HSL color Cylindrical-coordinate representation of color #A233AD: hue angle of 294.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A233AD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 51 173 -
CMYK 0.06 0.71 0 0.32
HSL 294.59º 0.54% 0.44% -
HSV(B) 294.59º 0.71% 0.68% -
XYZ 23.63 13.07 40.81 -
YUV 98.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 162 51 173 0.06 0.71 0 0.32 294.59 0.54 0.44
Hex A2 33 AD 6 47 0 20 127 36 2C
Octal 242 63 255 6 107 0 40 447 66 54
Binary 10100010 110011 10101101 110 1000111 0 100000 100100111 110110 101100

Color Harmonies of #A233AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233AD

Black with #A233AD

Text Example


Text Example

White with #A233AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233AD; }

 p { color: rgb(162,51,173); }

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

background-color css

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

 a { background-color: rgb(162,51,173); }

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

border-color css

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

 span { border-color: rgb(162,51,173); }

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