Html Css Color HEX #A835AE Dark Orchid

📋 copy color: '#A835AE'

red 168 ◦ green 53 ◦ blue 174

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

Shades of Dark Orchid #A835AE

Tints of Dark Orchid #A835AE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 42.53%
G = 13.42%
B = 44.05%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A835AE (or 0xA835AE) is known color: Dark Orchid. HEX triplet: A8, 35 and AE. RGB value is (168,53,174). Sum of RGB (Red+Green+Blue) = 168+53+174=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #A835AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AE is #57CA51. Grayscale: #646464. Windows color (decimal): -5753426 or 11417000. OLE color: 11417000.

HSL color Cylindrical-coordinate representation of color #A835AE: hue angle of 297.02º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835AE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 53 174 -
CMYK 0.03 0.70 0 0.32
HSL 297.02º 0.53% 0.45% -
HSV(B) 297.02º 0.7% 0.68% -
XYZ 25.06 13.93 41.41 -
YUV 101.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 168 53 174 0.03 0.70 0 0.32 297.02 0.53 0.45
Hex A8 35 AE 3 46 0 20 129 35 2D
Octal 250 65 256 3 106 0 40 451 65 55
Binary 10101000 110101 10101110 11 1000110 0 100000 100101001 110101 101101

Color Harmonies of #A835AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835AE

Black with #A835AE

Text Example


Text Example

White with #A835AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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