Html Css Color HEX #A229DF Dark Orchid

📋 copy color: '#A229DF'

red 162 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #A229DF

Tints of Dark Orchid #A229DF

RGB

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

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

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

R = 38.03%
G = 9.62%
B = 52.35%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A229DF (or 0xA229DF) is known color: Dark Orchid. HEX triplet: A2, 29 and DF. RGB value is (162,41,223). Sum of RGB (Red+Green+Blue) = 162+41+223=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A229DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229DF is #5DD620. Grayscale: #616161. Windows color (decimal): -6149665 or 14625186. OLE color: 14625186.

HSL color Cylindrical-coordinate representation of color #A229DF: hue angle of 279.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A229DF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 41 223 -
CMYK 0.27 0.82 0 0.13
HSL 279.89º 0.74% 0.52% -
HSV(B) 279.89º 0.82% 0.87% -
XYZ 29.01 14.59 71.1 -
YUV 97.93 198.59 173.7 -
System Red Green Blue C M Y K H S L
Decimal 162 41 223 0.27 0.82 0 0.13 279.89 0.74 0.52
Hex A2 29 DF 1B 52 0 D 118 4A 34
Octal 242 51 337 33 122 0 15 430 112 64
Binary 10100010 101001 11011111 11011 1010010 0 1101 100011000 1001010 110100

Color Harmonies of #A229DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229DF

Black with #A229DF

Text Example


Text Example

White with #A229DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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