Html Css Color HEX #A225DF Dark Orchid

📋 copy color: '#A225DF'

red 162 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #A225DF

Tints of Dark Orchid #A225DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 38.39%
G = 8.77%
B = 52.84%

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

#A225DF (or 0xA225DF) is known color: Dark Orchid. HEX triplet: A2, 25 and DF. RGB value is (162,37,223). Sum of RGB (Red+Green+Blue) = 162+37+223=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A225DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225DF is #5DDA20. Grayscale: #5E5E5E. Windows color (decimal): -6150689 or 14624162. OLE color: 14624162.

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

Color convert

RGB 162 37 223 -
CMYK 0.27 0.83 0 0.13
HSL 280.32º 0.74% 0.51% -
HSV(B) 280.32º 0.83% 0.87% -
XYZ 28.88 14.33 71.06 -
YUV 95.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 162 37 223 0.27 0.83 0 0.13 280.32 0.74 0.51
Hex A2 25 DF 1B 53 0 D 118 4A 33
Octal 242 45 337 33 123 0 15 430 112 63
Binary 10100010 100101 11011111 11011 1010011 0 1101 100011000 1001010 110011

Color Harmonies of #A225DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225DF

Black with #A225DF

Text Example


Text Example

White with #A225DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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