Html Css Color HEX #A833BB Dark Orchid

📋 copy color: '#A833BB'

red 168 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #A833BB

Tints of Dark Orchid #A833BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 41.38%
G = 12.56%
B = 46.06%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A833BB (or 0xA833BB) is known color: Dark Orchid. HEX triplet: A8, 33 and BB. RGB value is (168,51,187). Sum of RGB (Red+Green+Blue) = 168+51+187=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #A833BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BB is #57CC44. Grayscale: #656565. Windows color (decimal): -5753925 or 12268456. OLE color: 12268456.

HSL color Cylindrical-coordinate representation of color #A833BB: hue angle of 291.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A833BB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 51 187 -
CMYK 0.10 0.73 0 0.27
HSL 291.62º 0.57% 0.47% -
HSV(B) 291.62º 0.73% 0.73% -
XYZ 26.3 14.28 48.38 -
YUV 101.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 168 51 187 0.10 0.73 0 0.27 291.62 0.57 0.47
Hex A8 33 BB A 49 0 1B 124 39 2F
Octal 250 63 273 12 111 0 33 444 71 57
Binary 10101000 110011 10111011 1010 1001001 0 11011 100100100 111001 101111

Color Harmonies of #A833BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833BB

Black with #A833BB

Text Example


Text Example

White with #A833BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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