Html Css Color HEX #A83FBE Dark Orchid

📋 copy color: '#A83FBE'

red 168 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #A83FBE

Tints of Dark Orchid #A83FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 39.9%
G = 14.96%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A83FBE (or 0xA83FBE) is known color: Dark Orchid. HEX triplet: A8, 3F and BE. RGB value is (168,63,190). Sum of RGB (Red+Green+Blue) = 168+63+190=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #A83FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FBE is #57C041. Grayscale: #6C6C6C. Windows color (decimal): -5750850 or 12468136. OLE color: 12468136.

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

Color convert

RGB 168 63 190 -
CMYK 0.12 0.67 0 0.25
HSL 289.61º 0.5% 0.5% -
HSV(B) 289.61º 0.67% 0.75% -
XYZ 27.22 15.6 50.29 -
YUV 108.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 168 63 190 0.12 0.67 0 0.25 289.61 0.5 0.5
Hex A8 3F BE C 43 0 19 122 32 32
Octal 250 77 276 14 103 0 31 442 62 62
Binary 10101000 111111 10111110 1100 1000011 0 11001 100100010 110010 110010

Color Harmonies of #A83FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FBE

Black with #A83FBE

Text Example


Text Example

White with #A83FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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