Html Css Color HEX #A234AA Dark Orchid

📋 copy color: '#A234AA'

red 162 ◦ green 52 ◦ blue 170

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

Shades of Dark Orchid #A234AA

Tints of Dark Orchid #A234AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 42.19%
G = 13.54%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A234AA (or 0xA234AA) is known color: Dark Orchid. HEX triplet: A2, 34 and AA. RGB value is (162,52,170). Sum of RGB (Red+Green+Blue) = 162+52+170=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A234AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234AA is #5DCB55. Grayscale: #616161. Windows color (decimal): -6146902 or 11154594. OLE color: 11154594.

HSL color Cylindrical-coordinate representation of color #A234AA: hue angle of 295.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A234AA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 52 170 -
CMYK 0.05 0.69 0 0.33
HSL 295.93º 0.53% 0.44% -
HSV(B) 295.93º 0.69% 0.67% -
XYZ 23.38 13.04 39.31 -
YUV 98.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 162 52 170 0.05 0.69 0 0.33 295.93 0.53 0.44
Hex A2 34 AA 5 45 0 21 128 35 2C
Octal 242 64 252 5 105 0 41 450 65 54
Binary 10100010 110100 10101010 101 1000101 0 100001 100101000 110101 101100

Color Harmonies of #A234AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234AA

Black with #A234AA

Text Example


Text Example

White with #A234AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234AA; }

 p { color: rgb(162,52,170); }

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

background-color css

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

 a { background-color: rgb(162,52,170); }

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

border-color css

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

 span { border-color: rgb(162,52,170); }

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