Html Css Color HEX #A833AB Dark Orchid

📋 copy color: '#A833AB'

red 168 ◦ green 51 ◦ blue 171

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

Shades of Dark Orchid #A833AB

Tints of Dark Orchid #A833AB

RGB

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

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

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

R = 43.08%
G = 13.08%
B = 43.85%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A833AB (or 0xA833AB) is known color: Dark Orchid. HEX triplet: A8, 33 and AB. RGB value is (168,51,171). Sum of RGB (Red+Green+Blue) = 168+51+171=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A833AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AB is #57CC54. Grayscale: #636363. Windows color (decimal): -5753941 or 11219880. OLE color: 11219880.

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

Color convert

RGB 168 51 171 -
CMYK 0.02 0.70 0 0.33
HSL 298.5º 0.54% 0.44% -
HSV(B) 298.5º 0.7% 0.67% -
XYZ 24.68 13.63 39.86 -
YUV 99.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 168 51 171 0.02 0.70 0 0.33 298.5 0.54 0.44
Hex A8 33 AB 2 46 0 21 12A 36 2C
Octal 250 63 253 2 106 0 41 452 66 54
Binary 10101000 110011 10101011 10 1000110 0 100001 100101010 110110 101100

Color Harmonies of #A833AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833AB

Black with #A833AB

Text Example


Text Example

White with #A833AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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