Html Css Color HEX #A233DD Dark Orchid

📋 copy color: '#A233DD'

red 162 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #A233DD

Tints of Dark Orchid #A233DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 37.33%
G = 11.75%
B = 50.92%

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

#A233DD (or 0xA233DD) is known color: Dark Orchid. HEX triplet: A2, 33 and DD. RGB value is (162,51,221). Sum of RGB (Red+Green+Blue) = 162+51+221=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A233DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233DD is #5DCC22. Grayscale: #676767. Windows color (decimal): -6147107 or 14496674. OLE color: 14496674.

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

Color convert

RGB 162 51 221 -
CMYK 0.27 0.77 0 0.13
HSL 279.18º 0.71% 0.53% -
HSV(B) 279.18º 0.77% 0.87% -
XYZ 29.14 15.27 69.82 -
YUV 103.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 162 51 221 0.27 0.77 0 0.13 279.18 0.71 0.53
Hex A2 33 DD 1B 4D 0 D 117 47 35
Octal 242 63 335 33 115 0 15 427 107 65
Binary 10100010 110011 11011101 11011 1001101 0 1101 100010111 1000111 110101

Color Harmonies of #A233DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233DD

Black with #A233DD

Text Example


Text Example

White with #A233DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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