Html Css Color HEX #A83BB8 Dark Orchid

📋 copy color: '#A83BB8'

red 168 ◦ green 59 ◦ blue 184

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

Shades of Dark Orchid #A83BB8

Tints of Dark Orchid #A83BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.36%

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

R = 40.88%
G = 14.36%
B = 44.77%

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

#A83BB8 (or 0xA83BB8) is known color: Dark Orchid. HEX triplet: A8, 3B and B8. RGB value is (168,59,184). Sum of RGB (Red+Green+Blue) = 168+59+184=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #A83BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BB8 is #57C447. Grayscale: #696969. Windows color (decimal): -5751880 or 12073896. OLE color: 12073896.

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

Color convert

RGB 168 59 184 -
CMYK 0.09 0.68 0 0.28
HSL 292.32º 0.51% 0.48% -
HSV(B) 292.32º 0.68% 0.72% -
XYZ 26.36 14.91 46.84 -
YUV 105.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 168 59 184 0.09 0.68 0 0.28 292.32 0.51 0.48
Hex A8 3B B8 9 44 0 1C 124 33 30
Octal 250 73 270 11 104 0 34 444 63 60
Binary 10101000 111011 10111000 1001 1000100 0 11100 100100100 110011 110000

Color Harmonies of #A83BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BB8

Black with #A83BB8

Text Example


Text Example

White with #A83BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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