Html Css Color HEX #A823AE Dark Orchid

📋 copy color: '#A823AE'

red 168 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #A823AE

Tints of Dark Orchid #A823AE

RGB

 RED value IS 168 (66.02% from 255) = 44.56%

 GREEN value IS 35 (14.06% from 255) = 9.28%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 44.56%
G = 9.28%
B = 46.15%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A823AE (or 0xA823AE) is known color: Dark Orchid. HEX triplet: A8, 23 and AE. RGB value is (168,35,174). Sum of RGB (Red+Green+Blue) = 168+35+174=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A823AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A823AE is #57DC51. Grayscale: #5A5A5A. Windows color (decimal): -5758034 or 11412392. OLE color: 11412392.

HSL color Cylindrical-coordinate representation of color #A823AE: hue angle of 297.41º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A823AE is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 35 174 -
CMYK 0.03 0.80 0 0.32
HSL 297.41º 0.67% 0.41% -
HSV(B) 297.41º 0.8% 0.68% -
XYZ 24.39 12.58 41.19 -
YUV 90.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 168 35 174 0.03 0.80 0 0.32 297.41 0.67 0.41
Hex A8 23 AE 3 50 0 20 129 43 29
Octal 250 43 256 3 120 0 40 451 103 51
Binary 10101000 100011 10101110 11 1010000 0 100000 100101001 1000011 101001

Color Harmonies of #A823AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823AE

Black with #A823AE

Text Example


Text Example

White with #A823AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823AE; }

 p { color: rgb(168,35,174); }

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

background-color css

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

 a { background-color: rgb(168,35,174); }

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

border-color css

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

 span { border-color: rgb(168,35,174); }

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