Html Css Color HEX #A823BF Dark Orchid

📋 copy color: '#A823BF'

red 168 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #A823BF

Tints of Dark Orchid #A823BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 42.64%
G = 8.88%
B = 48.48%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A823BF (or 0xA823BF) is known color: Dark Orchid. HEX triplet: A8, 23 and BF. RGB value is (168,35,191). Sum of RGB (Red+Green+Blue) = 168+35+191=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #A823BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823BF is #57DC40. Grayscale: #5C5C5C. Windows color (decimal): -5758017 or 12526504. OLE color: 12526504.

HSL color Cylindrical-coordinate representation of color #A823BF: hue angle of 291.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A823BF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 35 191 -
CMYK 0.12 0.82 0 0.25
HSL 291.15º 0.69% 0.44% -
HSV(B) 291.15º 0.82% 0.75% -
XYZ 26.15 13.29 50.48 -
YUV 92.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 168 35 191 0.12 0.82 0 0.25 291.15 0.69 0.44
Hex A8 23 BF C 52 0 19 123 45 2C
Octal 250 43 277 14 122 0 31 443 105 54
Binary 10101000 100011 10111111 1100 1010010 0 11001 100100011 1000101 101100

Color Harmonies of #A823BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823BF

Black with #A823BF

Text Example


Text Example

White with #A823BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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