Html Css Color HEX #A245DD Dark Orchid

📋 copy color: '#A245DD'

red 162 ◦ green 69 ◦ blue 221

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

Shades of Dark Orchid #A245DD

Tints of Dark Orchid #A245DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.27%

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

R = 35.84%
G = 15.27%
B = 48.89%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A245DD (or 0xA245DD) is known color: Dark Orchid. HEX triplet: A2, 45 and DD. RGB value is (162,69,221). Sum of RGB (Red+Green+Blue) = 162+69+221=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A245DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245DD is #5DBA22. Grayscale: #717171. Windows color (decimal): -6142499 or 14501282. OLE color: 14501282.

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

Color convert

RGB 162 69 221 -
CMYK 0.27 0.69 0 0.13
HSL 276.71º 0.69% 0.57% -
HSV(B) 276.71º 0.69% 0.87% -
XYZ 30.08 17.16 70.13 -
YUV 114.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 162 69 221 0.27 0.69 0 0.13 276.71 0.69 0.57
Hex A2 45 DD 1B 45 0 D 115 45 39
Octal 242 105 335 33 105 0 15 425 105 71
Binary 10100010 1000101 11011101 11011 1000101 0 1101 100010101 1000101 111001

Color Harmonies of #A245DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A245DD

Black with #A245DD

Text Example


Text Example

White with #A245DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A245DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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