Html Css Color HEX #A832AE Dark Orchid

📋 copy color: '#A832AE'

red 168 ◦ green 50 ◦ blue 174

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

Shades of Dark Orchid #A832AE

Tints of Dark Orchid #A832AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

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

R = 42.86%
G = 12.76%
B = 44.39%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A832AE (or 0xA832AE) is known color: Dark Orchid. HEX triplet: A8, 32 and AE. RGB value is (168,50,174). Sum of RGB (Red+Green+Blue) = 168+50+174=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #A832AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AE is #57CD51. Grayscale: #636363. Windows color (decimal): -5754194 or 11416232. OLE color: 11416232.

HSL color Cylindrical-coordinate representation of color #A832AE: hue angle of 297.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A832AE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 50 174 -
CMYK 0.03 0.71 0 0.32
HSL 297.1º 0.55% 0.44% -
HSV(B) 297.1º 0.71% 0.68% -
XYZ 24.93 13.66 41.37 -
YUV 99.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 168 50 174 0.03 0.71 0 0.32 297.1 0.55 0.44
Hex A8 32 AE 3 47 0 20 129 37 2C
Octal 250 62 256 3 107 0 40 451 67 54
Binary 10101000 110010 10101110 11 1000111 0 100000 100101001 110111 101100

Color Harmonies of #A832AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832AE

Black with #A832AE

Text Example


Text Example

White with #A832AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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