Html Css Color HEX #A233BC Dark Orchid

📋 copy color: '#A233BC'

red 162 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A233BC

Tints of Dark Orchid #A233BC

RGB

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

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

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

R = 40.4%
G = 12.72%
B = 46.88%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A233BC (or 0xA233BC) is known color: Dark Orchid. HEX triplet: A2, 33 and BC. RGB value is (162,51,188). Sum of RGB (Red+Green+Blue) = 162+51+188=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #A233BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233BC is #5DCC43. Grayscale: #636363. Windows color (decimal): -6147140 or 12333986. OLE color: 12333986.

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

Color convert

RGB 162 51 188 -
CMYK 0.14 0.73 0 0.26
HSL 288.61º 0.57% 0.47% -
HSV(B) 288.61º 0.73% 0.74% -
XYZ 25.16 13.68 48.89 -
YUV 99.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 162 51 188 0.14 0.73 0 0.26 288.61 0.57 0.47
Hex A2 33 BC E 49 0 1A 121 39 2F
Octal 242 63 274 16 111 0 32 441 71 57
Binary 10100010 110011 10111100 1110 1001001 0 11010 100100001 111001 101111

Color Harmonies of #A233BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233BC

Black with #A233BC

Text Example


Text Example

White with #A233BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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