Html Css Color HEX #A83FBB Dark Orchid

📋 copy color: '#A83FBB'

red 168 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #A83FBB

Tints of Dark Orchid #A83FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 40.19%
G = 15.07%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A83FBB (or 0xA83FBB) is known color: Dark Orchid. HEX triplet: A8, 3F and BB. RGB value is (168,63,187). Sum of RGB (Red+Green+Blue) = 168+63+187=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #A83FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FBB is #57C044. Grayscale: #6C6C6C. Windows color (decimal): -5750853 or 12271528. OLE color: 12271528.

HSL color Cylindrical-coordinate representation of color #A83FBB: hue angle of 290.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83FBB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 63 187 -
CMYK 0.10 0.66 0 0.27
HSL 290.81º 0.5% 0.49% -
HSV(B) 290.81º 0.66% 0.73% -
XYZ 26.9 15.47 48.58 -
YUV 108.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 168 63 187 0.10 0.66 0 0.27 290.81 0.5 0.49
Hex A8 3F BB A 42 0 1B 123 32 31
Octal 250 77 273 12 102 0 33 443 62 61
Binary 10101000 111111 10111011 1010 1000010 0 11011 100100011 110010 110001

Color Harmonies of #A83FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FBB

Black with #A83FBB

Text Example


Text Example

White with #A83FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FBB; }

 p { color: rgb(168,63,187); }

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

background-color css

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

 a { background-color: rgb(168,63,187); }

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

border-color css

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

 span { border-color: rgb(168,63,187); }

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