Html Css Color HEX #A229B4 Dark Orchid

📋 copy color: '#A229B4'

red 162 ◦ green 41 ◦ blue 180

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

Shades of Dark Orchid #A229B4

Tints of Dark Orchid #A229B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47%

R = 42.3%
G = 10.7%
B = 47%

CMYK

 C value IS 0.1

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A229B4 (or 0xA229B4) is known color: Dark Orchid. HEX triplet: A2, 29 and B4. RGB value is (162,41,180). Sum of RGB (Red+Green+Blue) = 162+41+180=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #A229B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229B4 is #5DD64B. Grayscale: #5C5C5C. Windows color (decimal): -6149708 or 11807138. OLE color: 11807138.

HSL color Cylindrical-coordinate representation of color #A229B4: hue angle of 292.23º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A229B4 is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 41 180 -
CMYK 0.1 0.77 0 0.29
HSL 292.23º 0.63% 0.43% -
HSV(B) 292.23º 0.77% 0.71% -
XYZ 23.93 12.56 44.34 -
YUV 93.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 162 41 180 0.1 0.77 0 0.29 292.23 0.63 0.43
Hex A2 29 B4 A 4D 0 1D 124 3F 2B
Octal 242 51 264 12 115 0 35 444 77 53
Binary 10100010 101001 10110100 1010 1001101 0 11101 100100100 111111 101011

Color Harmonies of #A229B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229B4

Black with #A229B4

Text Example


Text Example

White with #A229B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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