Html Css Color HEX #A225D3 Dark Orchid

📋 copy color: '#A225D3'

red 162 ◦ green 37 ◦ blue 211

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

Shades of Dark Orchid #A225D3

Tints of Dark Orchid #A225D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.46%

R = 39.51%
G = 9.02%
B = 51.46%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A225D3 (or 0xA225D3) is known color: Dark Orchid. HEX triplet: A2, 25 and D3. RGB value is (162,37,211). Sum of RGB (Red+Green+Blue) = 162+37+211=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #A225D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225D3 is #5DDA2C. Grayscale: #5D5D5D. Windows color (decimal): -6150701 or 13837730. OLE color: 13837730.

HSL color Cylindrical-coordinate representation of color #A225D3: hue angle of 283.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A225D3 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 37 211 -
CMYK 0.23 0.82 0 0.17
HSL 283.1º 0.7% 0.49% -
HSV(B) 283.1º 0.82% 0.83% -
XYZ 27.32 13.71 62.83 -
YUV 94.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 162 37 211 0.23 0.82 0 0.17 283.1 0.7 0.49
Hex A2 25 D3 17 52 0 11 11B 46 31
Octal 242 45 323 27 122 0 21 433 106 61
Binary 10100010 100101 11010011 10111 1010010 0 10001 100011011 1000110 110001

Color Harmonies of #A225D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225D3

Black with #A225D3

Text Example


Text Example

White with #A225D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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