Html Css Color HEX #A225DD Dark Orchid

📋 copy color: '#A225DD'

red 162 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #A225DD

Tints of Dark Orchid #A225DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

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

R = 38.57%
G = 8.81%
B = 52.62%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A225DD (or 0xA225DD) is known color: Dark Orchid. HEX triplet: A2, 25 and DD. RGB value is (162,37,221). Sum of RGB (Red+Green+Blue) = 162+37+221=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A225DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225DD is #5DDA22. Grayscale: #5E5E5E. Windows color (decimal): -6150691 or 14493090. OLE color: 14493090.

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

Color convert

RGB 162 37 221 -
CMYK 0.27 0.83 0 0.13
HSL 280.76º 0.73% 0.51% -
HSV(B) 280.76º 0.83% 0.87% -
XYZ 28.61 14.22 69.64 -
YUV 95.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 162 37 221 0.27 0.83 0 0.13 280.76 0.73 0.51
Hex A2 25 DD 1B 53 0 D 119 49 33
Octal 242 45 335 33 123 0 15 431 111 63
Binary 10100010 100101 11011101 11011 1010011 0 1101 100011001 1001001 110011

Color Harmonies of #A225DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225DD

Black with #A225DD

Text Example


Text Example

White with #A225DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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