Html Css Color HEX #A823AB Dark Orchid

📋 copy color: '#A823AB'

red 168 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #A823AB

Tints of Dark Orchid #A823AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 44.92%
G = 9.36%
B = 45.72%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A823AB (or 0xA823AB) is known color: Dark Orchid. HEX triplet: A8, 23 and AB. RGB value is (168,35,171). Sum of RGB (Red+Green+Blue) = 168+35+171=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A823AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A823AB is #57DC54. Grayscale: #595959. Windows color (decimal): -5758037 or 11215784. OLE color: 11215784.

HSL color Cylindrical-coordinate representation of color #A823AB: hue angle of 298.68º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A823AB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 35 171 -
CMYK 0.02 0.80 0 0.33
HSL 298.68º 0.66% 0.4% -
HSV(B) 298.68º 0.8% 0.67% -
XYZ 24.1 12.47 39.66 -
YUV 90.27 173.56 183.44 -
System Red Green Blue C M Y K H S L
Decimal 168 35 171 0.02 0.80 0 0.33 298.68 0.66 0.4
Hex A8 23 AB 2 50 0 21 12B 42 28
Octal 250 43 253 2 120 0 41 453 102 50
Binary 10101000 100011 10101011 10 1010000 0 100001 100101011 1000010 101000

Color Harmonies of #A823AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823AB

Black with #A823AB

Text Example


Text Example

White with #A823AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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