Html Css Color HEX #A823B7 Dark Orchid

📋 copy color: '#A823B7'

red 168 ◦ green 35 ◦ blue 183

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

Shades of Dark Orchid #A823B7

Tints of Dark Orchid #A823B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 43.52%
G = 9.07%
B = 47.41%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A823B7 (or 0xA823B7) is known color: Dark Orchid. HEX triplet: A8, 23 and B7. RGB value is (168,35,183). Sum of RGB (Red+Green+Blue) = 168+35+183=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #A823B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823B7 is #57DC48. Grayscale: #5B5B5B. Windows color (decimal): -5758025 or 12002216. OLE color: 12002216.

HSL color Cylindrical-coordinate representation of color #A823B7: hue angle of 293.92º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A823B7 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 35 183 -
CMYK 0.08 0.81 0 0.28
HSL 293.92º 0.68% 0.43% -
HSV(B) 293.92º 0.81% 0.72% -
XYZ 25.3 12.95 45.97 -
YUV 91.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 168 35 183 0.08 0.81 0 0.28 293.92 0.68 0.43
Hex A8 23 B7 8 51 0 1C 126 44 2B
Octal 250 43 267 10 121 0 34 446 104 53
Binary 10101000 100011 10110111 1000 1010001 0 11100 100100110 1000100 101011

Color Harmonies of #A823B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823B7

Black with #A823B7

Text Example


Text Example

White with #A823B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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