Html Css Color HEX #A833AA Dark Orchid

📋 copy color: '#A833AA'

red 168 ◦ green 51 ◦ blue 170

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

Shades of Dark Orchid #A833AA

Tints of Dark Orchid #A833AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

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

R = 43.19%
G = 13.11%
B = 43.7%

CMYK

 C value IS 0.01

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A833AA (or 0xA833AA) is known color: Dark Orchid. HEX triplet: A8, 33 and AA. RGB value is (168,51,170). Sum of RGB (Red+Green+Blue) = 168+51+170=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #A833AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AA is #57CC55. Grayscale: #636363. Windows color (decimal): -5753942 or 11154344. OLE color: 11154344.

HSL color Cylindrical-coordinate representation of color #A833AA: hue angle of 298.99º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A833AA is Cyan = 0.01, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 51 170 -
CMYK 0.01 0.7 0 0.33
HSL 298.99º 0.54% 0.43% -
HSV(B) 298.99º 0.7% 0.67% -
XYZ 24.59 13.59 39.36 -
YUV 99.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 168 51 170 0.01 0.7 0 0.33 298.99 0.54 0.43
Hex A8 33 AA 1 46 0 21 12B 36 2B
Octal 250 63 252 1 106 0 41 453 66 53
Binary 10101000 110011 10101010 1 1000110 0 100001 100101011 110110 101011

Color Harmonies of #A833AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833AA

Black with #A833AA

Text Example


Text Example

White with #A833AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833AA; }

 p { color: rgb(168,51,170); }

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

background-color css

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

 a { background-color: rgb(168,51,170); }

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

border-color css

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

 span { border-color: rgb(168,51,170); }

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