Html Css Color HEX #A233DF Dark Orchid

📋 copy color: '#A233DF'

red 162 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #A233DF

Tints of Dark Orchid #A233DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 37.16%
G = 11.7%
B = 51.15%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A233DF (or 0xA233DF) is known color: Dark Orchid. HEX triplet: A2, 33 and DF. RGB value is (162,51,223). Sum of RGB (Red+Green+Blue) = 162+51+223=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #A233DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233DF is #5DCC20. Grayscale: #676767. Windows color (decimal): -6147105 or 14627746. OLE color: 14627746.

HSL color Cylindrical-coordinate representation of color #A233DF: hue angle of 278.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A233DF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 51 223 -
CMYK 0.27 0.77 0 0.13
HSL 278.72º 0.73% 0.54% -
HSV(B) 278.72º 0.77% 0.87% -
XYZ 29.4 15.38 71.23 -
YUV 103.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 162 51 223 0.27 0.77 0 0.13 278.72 0.73 0.54
Hex A2 33 DF 1B 4D 0 D 117 49 36
Octal 242 63 337 33 115 0 15 427 111 66
Binary 10100010 110011 11011111 11011 1001101 0 1101 100010111 1001001 110110

Color Harmonies of #A233DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233DF

Black with #A233DF

Text Example


Text Example

White with #A233DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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