Html Css Color HEX #A83AB7 Dark Orchid

📋 copy color: '#A83AB7'

red 168 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #A83AB7

Tints of Dark Orchid #A83AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 41.08%
G = 14.18%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A83AB7 (or 0xA83AB7) is known color: Dark Orchid. HEX triplet: A8, 3A and B7. RGB value is (168,58,183). Sum of RGB (Red+Green+Blue) = 168+58+183=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #A83AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AB7 is #57C548. Grayscale: #686868. Windows color (decimal): -5752137 or 12008104. OLE color: 12008104.

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

Color convert

RGB 168 58 183 -
CMYK 0.08 0.68 0 0.28
HSL 292.8º 0.52% 0.47% -
HSV(B) 292.8º 0.68% 0.72% -
XYZ 26.21 14.77 46.27 -
YUV 105.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 168 58 183 0.08 0.68 0 0.28 292.8 0.52 0.47
Hex A8 3A B7 8 44 0 1C 125 34 2F
Octal 250 72 267 10 104 0 34 445 64 57
Binary 10101000 111010 10110111 1000 1000100 0 11100 100100101 110100 101111

Color Harmonies of #A83AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AB7

Black with #A83AB7

Text Example


Text Example

White with #A83AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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