Html Css Color HEX #A232DD Dark Orchid

📋 copy color: '#A232DD'

red 162 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #A232DD

Tints of Dark Orchid #A232DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.55%

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

R = 37.41%
G = 11.55%
B = 51.04%

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

#A232DD (or 0xA232DD) is known color: Dark Orchid. HEX triplet: A2, 32 and DD. RGB value is (162,50,221). Sum of RGB (Red+Green+Blue) = 162+50+221=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #A232DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DD is #5DCD22. Grayscale: #666666. Windows color (decimal): -6147363 or 14496418. OLE color: 14496418.

HSL color Cylindrical-coordinate representation of color #A232DD: hue angle of 279.3º degrees, saturation: 0.72, 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 #A232DD is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 50 221 -
CMYK 0.27 0.77 0 0.13
HSL 279.3º 0.72% 0.53% -
HSV(B) 279.3º 0.77% 0.87% -
XYZ 29.09 15.18 69.8 -
YUV 102.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 162 50 221 0.27 0.77 0 0.13 279.3 0.72 0.53
Hex A2 32 DD 1B 4D 0 D 117 48 35
Octal 242 62 335 33 115 0 15 427 110 65
Binary 10100010 110010 11011101 11011 1001101 0 1101 100010111 1001000 110101

Color Harmonies of #A232DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232DD

Black with #A232DD

Text Example


Text Example

White with #A232DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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