Html Css Color HEX #A225BA Dark Orchid

📋 copy color: '#A225BA'

red 162 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A225BA

Tints of Dark Orchid #A225BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 42.08%
G = 9.61%
B = 48.31%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A225BA (or 0xA225BA) is known color: Dark Orchid. HEX triplet: A2, 25 and BA. RGB value is (162,37,186). Sum of RGB (Red+Green+Blue) = 162+37+186=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A225BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A225BA is #5DDA45. Grayscale: #5A5A5A. Windows color (decimal): -6150726 or 12199330. OLE color: 12199330.

HSL color Cylindrical-coordinate representation of color #A225BA: hue angle of 290.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A225BA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 37 186 -
CMYK 0.13 0.80 0 0.27
HSL 290.34º 0.67% 0.44% -
HSV(B) 290.34º 0.8% 0.73% -
XYZ 24.42 12.55 47.59 -
YUV 91.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 162 37 186 0.13 0.80 0 0.27 290.34 0.67 0.44
Hex A2 25 BA D 50 0 1B 122 43 2C
Octal 242 45 272 15 120 0 33 442 103 54
Binary 10100010 100101 10111010 1101 1010000 0 11011 100100010 1000011 101100

Color Harmonies of #A225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A225BA

Black with #A225BA

Text Example


Text Example

White with #A225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A225BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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