Html Css Color HEX #A823BB Dark Orchid

📋 copy color: '#A823BB'

red 168 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #A823BB

Tints of Dark Orchid #A823BB

RGB

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

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

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

R = 43.08%
G = 8.97%
B = 47.95%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A823BB (or 0xA823BB) is known color: Dark Orchid. HEX triplet: A8, 23 and BB. RGB value is (168,35,187). Sum of RGB (Red+Green+Blue) = 168+35+187=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #A823BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823BB is #57DC44. Grayscale: #5B5B5B. Windows color (decimal): -5758021 or 12264360. OLE color: 12264360.

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

Color convert

RGB 168 35 187 -
CMYK 0.10 0.81 0 0.27
HSL 292.5º 0.68% 0.44% -
HSV(B) 292.5º 0.81% 0.73% -
XYZ 25.72 13.11 48.19 -
YUV 92.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 168 35 187 0.10 0.81 0 0.27 292.5 0.68 0.44
Hex A8 23 BB A 51 0 1B 124 44 2C
Octal 250 43 273 12 121 0 33 444 104 54
Binary 10101000 100011 10111011 1010 1010001 0 11011 100100100 1000100 101100

Color Harmonies of #A823BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823BB

Black with #A823BB

Text Example


Text Example

White with #A823BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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