Html Css Color HEX #A229BC Dark Orchid

📋 copy color: '#A229BC'

red 162 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #A229BC

Tints of Dark Orchid #A229BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 41.43%
G = 10.49%
B = 48.08%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A229BC (or 0xA229BC) is known color: Dark Orchid. HEX triplet: A2, 29 and BC. RGB value is (162,41,188). Sum of RGB (Red+Green+Blue) = 162+41+188=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A229BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229BC is #5DD643. Grayscale: #5D5D5D. Windows color (decimal): -6149700 or 12331426. OLE color: 12331426.

HSL color Cylindrical-coordinate representation of color #A229BC: hue angle of 289.39º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A229BC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 41 188 -
CMYK 0.14 0.78 0 0.26
HSL 289.39º 0.64% 0.45% -
HSV(B) 289.39º 0.78% 0.74% -
XYZ 24.77 12.9 48.76 -
YUV 93.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 162 41 188 0.14 0.78 0 0.26 289.39 0.64 0.45
Hex A2 29 BC E 4E 0 1A 121 40 2D
Octal 242 51 274 16 116 0 32 441 100 55
Binary 10100010 101001 10111100 1110 1001110 0 11010 100100001 1000000 101101

Color Harmonies of #A229BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229BC

Black with #A229BC

Text Example


Text Example

White with #A229BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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