Html Css Color HEX #A231DD Dark Orchid

📋 copy color: '#A231DD'

red 162 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #A231DD

Tints of Dark Orchid #A231DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

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

R = 37.5%
G = 11.34%
B = 51.16%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A231DD (or 0xA231DD) is known color: Dark Orchid. HEX triplet: A2, 31 and DD. RGB value is (162,49,221). Sum of RGB (Red+Green+Blue) = 162+49+221=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A231DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231DD is #5DCE22. Grayscale: #656565. Windows color (decimal): -6147619 or 14496162. OLE color: 14496162.

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

Color convert

RGB 162 49 221 -
CMYK 0.27 0.78 0 0.13
HSL 279.42º 0.72% 0.53% -
HSV(B) 279.42º 0.78% 0.87% -
XYZ 29.05 15.1 69.79 -
YUV 102.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 162 49 221 0.27 0.78 0 0.13 279.42 0.72 0.53
Hex A2 31 DD 1B 4E 0 D 117 48 35
Octal 242 61 335 33 116 0 15 427 110 65
Binary 10100010 110001 11011101 11011 1001110 0 1101 100010111 1001000 110101

Color Harmonies of #A231DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231DD

Black with #A231DD

Text Example


Text Example

White with #A231DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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