Html Css Color HEX #A229BE Dark Orchid

📋 copy color: '#A229BE'

red 162 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #A229BE

Tints of Dark Orchid #A229BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 41.22%
G = 10.43%
B = 48.35%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A229BE (or 0xA229BE) is known color: Dark Orchid. HEX triplet: A2, 29 and BE. RGB value is (162,41,190). Sum of RGB (Red+Green+Blue) = 162+41+190=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #A229BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229BE is #5DD641. Grayscale: #5D5D5D. Windows color (decimal): -6149698 or 12462498. OLE color: 12462498.

HSL color Cylindrical-coordinate representation of color #A229BE: hue angle of 288.72º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A229BE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 41 190 -
CMYK 0.15 0.78 0 0.25
HSL 288.72º 0.65% 0.45% -
HSV(B) 288.72º 0.78% 0.75% -
XYZ 24.99 12.98 49.9 -
YUV 94.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 162 41 190 0.15 0.78 0 0.25 288.72 0.65 0.45
Hex A2 29 BE F 4E 0 19 121 41 2D
Octal 242 51 276 17 116 0 31 441 101 55
Binary 10100010 101001 10111110 1111 1001110 0 11001 100100001 1000001 101101

Color Harmonies of #A229BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229BE

Black with #A229BE

Text Example


Text Example

White with #A229BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229BE; }

 p { color: rgb(162,41,190); }

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

background-color css

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

 a { background-color: rgb(162,41,190); }

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

border-color css

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

 span { border-color: rgb(162,41,190); }

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