Html Css Color HEX #A83AB8 Dark Orchid

📋 copy color: '#A83AB8'

red 168 ◦ green 58 ◦ blue 184

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

Shades of Dark Orchid #A83AB8

Tints of Dark Orchid #A83AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.88%

R = 40.98%
G = 14.15%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A83AB8 (or 0xA83AB8) is known color: Dark Orchid. HEX triplet: A8, 3A and B8. RGB value is (168,58,184). Sum of RGB (Red+Green+Blue) = 168+58+184=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #A83AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AB8 is #57C547. Grayscale: #686868. Windows color (decimal): -5752136 or 12073640. OLE color: 12073640.

HSL color Cylindrical-coordinate representation of color #A83AB8: hue angle of 292.38º 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 #A83AB8 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 58 184 -
CMYK 0.09 0.68 0 0.28
HSL 292.38º 0.52% 0.47% -
HSV(B) 292.38º 0.68% 0.72% -
XYZ 26.31 14.81 46.82 -
YUV 105.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 168 58 184 0.09 0.68 0 0.28 292.38 0.52 0.47
Hex A8 3A B8 9 44 0 1C 124 34 2F
Octal 250 72 270 11 104 0 34 444 64 57
Binary 10101000 111010 10111000 1001 1000100 0 11100 100100100 110100 101111

Color Harmonies of #A83AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AB8

Black with #A83AB8

Text Example


Text Example

White with #A83AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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